summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-01 15:00:25 -0400
committerGitHub <noreply@github.com>2018-05-01 15:00:25 -0400
commit0058f9e4d1f8dff558e578311f77a65b9f5cc6fb (patch)
tree0c2a1a9f8a3d75b89a096a61e3a1825c4412b080 /.gitignore
parent772d01106637ff3ee46011792204010defd3ffc4 (diff)
Update .gitignore to ignore `.swp` files created by Vim
Discovered that this wasn't already the case when I almost accidentally committed such a file while working on PR #3670. Vim (and some other Vi derivatives) create these files while editing other files, they can safely be ignored.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cd69d7ea57..a813d05993 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
config.h.in
Makefile.in
*~
+.*.swp
*.old
*.log
*.pyc