From 65b752481c8743970c8d1350ae53f91d8677a59a Mon Sep 17 00:00:00 2001
From: Thomas Koentges <thomas.koentges@uni-leipzig.de>
Date: Tue, 11 Oct 2016 13:51:54 +0200
Subject: [PATCH] Add new file

---
 .gitignore | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0ffd577
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+*.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
\ No newline at end of file
-- 
GitLab