Browse Source
.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
Felix Fietkau
15 years ago
1 changed files with
2 additions and
0 deletions
-
2
0
.gitignore
|
@@ -1,3 +1,5 @@
|
|
|
+*.o
|
|
|
+.DS_Store
|
|
|
.*.swp
|
|
|
/env
|
|
|
/dl
|