]> git.zndr.dk Git - dotfiles.git/commitdiff
Add git/ignore
authorJannik Zander <jannikz@gmail.com>
Tue, 24 May 2016 15:40:29 +0000 (17:40 +0200)
committerJannik Zander <jannikz@gmail.com>
Tue, 24 May 2016 15:40:29 +0000 (17:40 +0200)
.config/git/config
.config/git/ignore [new file with mode: 0644]

index 52066488f166ae2ea9fd5af7fd0f919c754c466c..a086a6369e6c2cf93d6fb0610f86586b9672bf39 100644 (file)
@@ -96,6 +96,7 @@
 [init]
   templatedir = ~/.config/git/templates
 [core]
+  excludesfile = ~/.config/git/ignore
   editor = vim
   autocrlf = false
 [include]
diff --git a/.config/git/ignore b/.config/git/ignore
new file mode 100644 (file)
index 0000000..b69b9e5
--- /dev/null
@@ -0,0 +1,62 @@
+# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
+TAGS
+.TAGS
+!TAGS/
+tags
+.tags
+!tags/
+gtags.files
+GTAGS
+GRTAGS
+GPATH
+cscope.files
+cscope.out
+cscope.in.out
+cscope.po.out
+
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+
+# OSX
+*.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