summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 10:27:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 10:27:13 +0000
commiteacbaf7ca0fc16e2cc873393cc5bef72ab8509ef (patch)
treeac85cbdcdd99c4babcf80ca27d6d777e081e1723 /.gitignore
parentcb875ff79ec789eaa0484d766297e8144134609c (diff)
.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e3479758d..e68b0d9f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.o
+.DS_Store
.*.swp
/env
/dl