From: Lasse Schuirmann Date: Tue, 4 Aug 2015 11:08:26 +0000 (+0200) Subject: gitignore: Add temporary editor files X-Git-Tag: dev-2a51c9b95d06~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f6ed17f9920bf513147c8f3218b331395017fc3;p=thirdparty%2Fbabel.git 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. --- diff --git a/.gitignore b/.gitignore index 7effb2fc..0006e76c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*~ +*.swp +.idea *.so docs/_build *.pyc