summary refs log tree commit diff stats
path: root/gitignore
diff options
context:
space:
mode:
authorAlan Pearce2014-04-12 09:56:37 +0100
committerAlan Pearce2014-04-12 09:56:37 +0100
commit9dd9b2972c4c526109f4fb57f936b67290ace003 (patch)
tree4a971be944e84d3549d23474d5ff5db4bb9abb3d /gitignore
parent9af328c35585b40c418191772da083650e5be18d (diff)
downloaddotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.lz
dotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.zst
dotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.zip
Rename gitignore for better linking
Diffstat (limited to 'gitignore')
-rw-r--r--gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/gitignore b/gitignore
new file mode 100644
index 0000000..7e23dca
--- /dev/null
+++ b/gitignore
@@ -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
+.\#*
+
+.envrc
+
+# Org-mode
+.org-id-locations
+*_archive
+
+GPATH
+GRTAGS
+GTAGS
\ No newline at end of file