From b8556e6bcf06f71b2fa5613499f02b0ed26281e2 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Mon, 5 Nov 2012 18:54:27 -0700 Subject: Removed Windows specific OS ignore. --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f0a79e..58fad97 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Core ignores +# Core ignores. *.diff *.err *.orig @@ -11,19 +11,18 @@ *# .git/ -# OS ignores +# OS ignores. .DS_Store -thumbs.db -# Editor ignores +# Editor ignores. .cache .project .settings .settings/ bin/ -# Build ignores +# Build ignores. build/ -# Project ignores +# Project ignores. .classpath \ No newline at end of file -- cgit v1.2.3