Added a .gitignore file to the src directory so it will be created when cloning the repository.

This commit is contained in:
Michael Schwarz 2014-12-21 14:16:02 +01:00
parent dde79ab4b2
commit edaab74f68
2 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View file

@ -1,8 +1,2 @@
/config.mk
*.pyc
*.dxf
*.stl
*.d
# Generated files
/src/generated/

6
src/.gitignore vendored Normal file
View file

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