From 87d09eb41a55d062c0ea0fee60cd3b729fb3411e Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Thu, 26 Sep 2013 10:38:05 +0200 Subject: .gitignore: ignore editor swap files Some source code editors create swap files in the same directory as the file being edited. These should be ignored by git. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e940251..86595df 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,9 @@ tools/doc/*.7 tools/doc/man-date.ent .ycm_extra_conf.py* .DS_Store + +# Ignore editor swap files +*~ +*.sw? +.#* +\#*# -- cgit v1.2.1