about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-15 14:36:43 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-15 14:36:43 +0000
commit16e8c8067b2670e110a84693e3b0188444aa4cbc (patch)
tree9ff06c37c7c1122bb8bf70ab29bbfb9e55a6c13a /modules/shell
parentbc2687a9a11c301252ffb9fa8cee7b3afe989422 (diff)
downloadnixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar.gz
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar.bz2
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar.lz
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar.xz
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.tar.zst
nixlib-16e8c8067b2670e110a84693e3b0188444aa4cbc.zip
modules/git: ignore Emacs temporary files
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/git/ignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/shell/git/ignore b/modules/shell/git/ignore
index 412e6620e1af..bea5e703b81b 100644
--- a/modules/shell/git/ignore
+++ b/modules/shell/git/ignore
@@ -20,3 +20,8 @@ gem_graph.png
 
 # ctags
 /tags
+
+# Emacs
+*~
+\#*\#
+.\#*
\ No newline at end of file