.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
This commit is contained in:
parent
8067f3f3cc
commit
cd221dca4b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
*.o
|
||||||
|
.DS_Store
|
||||||
.*.swp
|
.*.swp
|
||||||
/env
|
/env
|
||||||
/dl
|
/dl
|
||||||
|
|
Loading…
Reference in a new issue