From: Felix Fietkau 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-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=cd221dca4b147d696053a832f6b7fec544cd4680 .gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default SVN-Revision: 24238 --- diff --git a/.gitignore b/.gitignore index e3479758d0..e68b0d9f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +.DS_Store .*.swp /env /dl