summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>2013-09-26 10:38:05 +0200
committerAlan Antonuk <alan.antonuk@gmail.com>2013-10-03 23:06:44 -0700
commit87d09eb41a55d062c0ea0fee60cd3b729fb3411e (patch)
tree52805a81a958f7a4a1f6903715bb983ce854b217 /.gitignore
parentd5b35afa400728ccc3574aa31cbf3430c3e61c8c (diff)
downloadrabbitmq-c-github-ask-87d09eb41a55d062c0ea0fee60cd3b729fb3411e.tar.gz
.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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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?
+.#*
+\#*#