summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2021-06-18 00:47:22 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2021-06-18 01:13:31 -0600
commit390f6b8091b4b696848ab2d9d93a2a455ad02c73 (patch)
tree034f47947deea5cb0e5d6350c41e6d6bf48430c5
parent96a50509d708a4711dda918132cd381f5a619cff (diff)
Fix gitignore rule, move it to .gitignorelukeshu/master
-rw-r--r--.gitignore (renamed from .config/git/ignore)3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/ignore b/.gitignore
index e3df4e5..73943a4 100644
--- a/.config/git/ignore
+++ b/.gitignore
@@ -1,12 +1,13 @@
# Things in /srv/git directly to ignore
/.??*
+!/.gitignore
!/.config/
!/.local/
# General files to ignore
*~
.#*
-#*#
+\#*#
# Ignore the default sample files in *.git/hooks/
*.sample