Added a .gitignore file to the src directory so it will be created when cloning the repository.
This commit is contained in:
parent
dde79ab4b2
commit
edaab74f68
2 changed files with 6 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,8 +1,2 @@
|
|||
/config.mk
|
||||
*.pyc
|
||||
*.dxf
|
||||
*.stl
|
||||
*.d
|
||||
|
||||
# Generated files
|
||||
/src/generated/
|
||||
|
|
|
|||
6
src/.gitignore
vendored
Normal file
6
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*.dxf
|
||||
*.stl
|
||||
*.d
|
||||
|
||||
# Generated files
|
||||
/generated/
|
||||
Loading…
Add table
Add a link
Reference in a new issue