summary refs log tree commit diff stats
path: root/git/.config/git/ignore
diff options
context:
space:
mode:
Diffstat (limited to 'git/.config/git/ignore')
-rw-r--r--git/.config/git/ignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/git/.config/git/ignore b/git/.config/git/ignore
new file mode 100644
index 0000000..d7189dc
--- /dev/null
+++ b/git/.config/git/ignore
@@ -0,0 +1,29 @@
+.DS_Store
+.AppleDouble
+.LSOverride
+Icon
+Desktop.ini
+
+# Thumbnails
+._*
+Thumbs.db
+
+# Emacs
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+GPATH
+GRTAGS
+GTAGS
+
+.tern-port
\ No newline at end of file