add .idea/ to gitignore, so PyCharm stuff does not get accidentally added/committed

This commit is contained in:
Thomas Waldmann 2015-02-28 02:33:35 +01:00
parent 4ab4ecc7af
commit 0e5ef376bf
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ chunker.c
*.pyo
*.so
docs/usage/*.inc
.idea/