Modifying .gitignore file to add .idea folder

To not commit jetbrains project folder

Change-Id: I4ccb34558f29f60967d3c6602dff6abc31778807
This commit is contained in:
Nicolas Glayre 2015-12-18 17:44:37 +01:00
parent 3765657ec6
commit 3809cecef7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
.test
.testrepository
.tox
.idea
AUTHORS
build/*
ChangeLog