.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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
*.o
|
||||||
|
.DS_Store
|
||||||
.*.swp
|
.*.swp
|
||||||
/env
|
/env
|
||||||
/dl
|
/dl
|
||||||
|
|||||||
Reference in New Issue
Block a user