summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-11 02:46:22 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-11 02:56:48 (EST)
commit5266b71db706a038181bd431f837ab3b7aa5ada1 (patch)
tree62fc921f6befb8b6812acf90d77d3bd84ebf36dd
parent23cbb12b9f55d42a94935851c8272dda55f63c6f (diff)
.gitignore: Exclude .*
-rw-r--r--.gitignore8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 13b2cba..a76f0d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
-# Swap and backup files
-.*.sw*
-.sw*
-*~
-Session.vim
+# Vim swap and other dot files
+.*
+!.gitignore
# Source archives
busybox-*.orig.tar.*