summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-02-08 18:36:21 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-02-08 18:36:21 (EST)
commit711fe4d365125778b2a8f48cd801630ae47d0f45 (patch)
treec39746df8027a6e422a36d0b738d4c3ca3aecd45
parenta504395e3a71d631b26e5ce6883dd610e2c2ef2c (diff)
downloadeggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.zip
eggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.tar.gz
eggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.tar.bz2
.gitignore: Improve Vim swap file matching
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9b97d62..f19f885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Swap and backup files
-*.s[a-w]?
+.*.s[a-w]?
+.s[a-w]?
*.vim
*~
*.orig