Changed .gitignore file to ignore .idea (Pycharm) and *~ (emacs)

Change-Id: Ieba8e61f2edf744b180b810a87e211dad3d76e9e
This commit is contained in:
German Eichberger 2014-06-19 12:31:03 -07:00 committed by mark mcclain
parent 30338c32b9
commit 380230b7af
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -7,4 +7,6 @@ build
*.swp *.swp
*.swo *.swo
*.pyc *.pyc
.testrepository .testrepository
.idea/*
*~