From 21523ec484fc8593738dcd713fd21eb47562e639 Mon Sep 17 00:00:00 2001 From: LMH Date: Wed, 2 Oct 2013 09:49:31 -1000 Subject: [PATCH 1/1] Added several OS-specific rules to .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 64fbe1350..851f29539 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,22 @@ +# Build Files build/* supertux2 + +# Additional Repos supertux.* + +# Useful Customization Files data/levels/more/ *.patch *.zip *.diff + +# Annoying OS Generated Files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +.directory \ No newline at end of file -- 2.11.0