From 5a0f09b837a368083e8698624a3727094ca53524 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 4 Dec 2010 10:27:13 +0000 Subject: .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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e3479758d0..e68b0d9f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +.DS_Store .*.swp /env /dl -- cgit v1.2.3