diff options
author | Alan Pearce | 2014-04-12 09:56:37 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-12 09:56:37 +0100 |
commit | 9dd9b2972c4c526109f4fb57f936b67290ace003 (patch) | |
tree | 4a971be944e84d3549d23474d5ff5db4bb9abb3d /gitignore | |
parent | 9af328c35585b40c418191772da083650e5be18d (diff) | |
download | nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.lz nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.zst nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.zip |
Rename gitignore for better linking
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gitignore b/gitignore new file mode 100644 index 00000000..7e23dcab --- /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 |