summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-04 13:08:26 +0200
committerErick Wilder <erickwilder@gmail.com>2015-08-06 18:07:14 -0300
commit8e33fed07a1e6e40b51f21666456bae58021671d (patch)
tree01fef672a12c1c4eda1bfca3bb3efe2883c03cb7
parentbd2bef84dce7d3fcb0baa5001d260658eccbb02d (diff)
downloadbabel-8e33fed07a1e6e40b51f21666456bae58021671d.tar.gz
gitignore: Add temporary editor files
.idea stores settings for PyCharm, ~ files are temporary files e.g. used by gedit. .swp is used by vim. We don't want any of those to be accidentally committed in the repo.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7effb2f..0006e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+*~
+*.swp
+.idea
*.so
docs/_build
*.pyc