Ignore *.swp files.
This commit is contained in:
parent
64636ecc33
commit
e7a1ba7fec
|
|
@ -170,3 +170,6 @@ UpgradeLog*.XML
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# Vim temporary files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue