From: nbd Date: Sat, 4 Dec 2010 10:27:13 +0000 (+0000) Subject: .gitignore: add *.o and .DS_Store by default - apparently some git versions do not... X-Git-Tag: fast2504n-3.10.28-merged~10370 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=eacbaf7ca0fc16e2cc873393cc5bef72ab8509ef;p=openwrt.git .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 --- diff --git a/.gitignore b/.gitignore index e3479758d0..e68b0d9f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +.DS_Store .*.swp /env /dl