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

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ build
*.swo
*.pyc
.testrepository
.idea/*
*~