]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
gitignore: Add temporary editor files 184/head
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 4 Aug 2015 11:08:26 +0000 (13:08 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 4 Aug 2015 11:09:10 +0000 (13:09 +0200)
.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.

.gitignore

index 7effb2fcc1e95703a36a291ec81fc41565d5f6ce..0006e76c9f07f4e01460bceec3d6b6a028c31f14 100644 (file)
@@ -1,3 +1,6 @@
+*~
+*.swp
+.idea
 *.so
 docs/_build
 *.pyc