From 12e3904bc6d624636621c0f17ca7496942a55cd0 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Fri, 28 Apr 2017 00:07:14 +0900 Subject: [PATCH] Gitignore For SourceTree to catch up. Windows sucks and Thumbs.db also sucks. Signed-off-by: Yongmin Hong --- gitignore.sample | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gitignore.sample diff --git a/gitignore.sample b/gitignore.sample new file mode 100644 index 0000000..331ba32 --- /dev/null +++ b/gitignore.sample @@ -0,0 +1,8 @@ +## Windows sucks +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file