.gitignore: add *.o and .DS_Store by default - apparently some git versions do not...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Dec 2010 10:27:13 +0000 (10:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Dec 2010 10:27:13 +0000 (10:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24238 3c298f89-4303-0410-b956-a3cf2f4a3e73

.gitignore

index e347975..e68b0d9 100644 (file)
@@ -1,3 +1,5 @@
+*.o
+.DS_Store
 .*.swp
 /env
 /dl
This page took 0.042592 seconds and 4 git commands to generate.