aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-04-05 09:39:27 -0400
committerJohn Szakmeister <john@szakmeister.net>2015-04-05 09:41:50 -0400
commita69e464f70f1f26c352b713f70b627ea07232e79 (patch)
tree2ce0c9e679256cab45897391968ded72ff8f667c
parentabf9bb63fea09ae5d82278999593e86a3f6ecb6c (diff)
downloadrneovim-a69e464f70f1f26c352b713f70b627ea07232e79.tar.gz
rneovim-a69e464f70f1f26c352b713f70b627ea07232e79.tar.bz2
rneovim-a69e464f70f1f26c352b713f70b627ea07232e79.zip
Remove swap file accidentally committed in 34dba3d7.
Also expand the rule in .gitignore to block other forms of swap files.
-rw-r--r--.gitignore2
-rw-r--r--src/nvim/.screen.c.swnbin16384 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 629e73169e..78db2fa75f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@
*.rej
*.orig
*.mo
-*.swp
+.*.sw?
*~
*.pyc
*.o
diff --git a/src/nvim/.screen.c.swn b/src/nvim/.screen.c.swn
deleted file mode 100644
index 5b9fe18630..0000000000
--- a/src/nvim/.screen.c.swn
+++ /dev/null
Binary files differ