From 62823f3d439bcfa862f6eeb237a5240d6c62d736 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 1 Aug 2012 02:03:56 +0200 Subject: [PATCH] Add the .gitignore file --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9030fae6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Logs # +###################### +*.log + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db \ No newline at end of file