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:
Michael Schwarz 2015-03-14 15:10:13 +01:00
parent 7e904b6055
commit e03689f0ff
2 changed files with 5 additions and 7 deletions

6
.gitignore vendored
View file

@ -1,2 +1,6 @@
/config.mk
*.pyc
/support/**/*.pyc
/src/**/*.dxf
/src/**/*.stl
/src/**/*.d

6
src/.gitignore vendored
View file

@ -1,6 +0,0 @@
*.dxf
*.stl
*.d
# Generated files
/generated/