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
commit316e5fff6e66061ae741d25846a9687fef887794 (patch)
tree034f47947deea5cb0e5d6350c41e6d6bf48430c5
parent4d2662fe05a95171aef4b66ffbe3ea6e28518e69 (diff)
Fix gitignore rule, move it to .gitignore
-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