Moved .gitignore rules to top level.
This moves all ignore rules to the .gitignore files in the root directory. This is so that users can edit the .gitignore file in src without the risk of merge conflicts if we ever need to edit the default rules. src/.gitignore is now empty but is left in the repository so that the src directory is automatically created on checkout.
This commit is contained in:
parent
7e904b6055
commit
e03689f0ff
2 changed files with 5 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
/config.mk
|
||||
*.pyc
|
||||
/support/**/*.pyc
|
||||
|
||||
/src/**/*.dxf
|
||||
/src/**/*.stl
|
||||
/src/**/*.d
|
||||
|
|
|
|||
6
src/.gitignore
vendored
6
src/.gitignore
vendored
|
|
@ -1,6 +0,0 @@
|
|||
*.dxf
|
||||
*.stl
|
||||
*.d
|
||||
|
||||
# Generated files
|
||||
/generated/
|
||||
Loading…
Add table
Add a link
Reference in a new issue