Commit f2bebe346e14b03cd3385288457bdb51362d7301

Authored by Chunk
1 parent 8d4fc3d4
Exists in refactor

.gitignore is now working #http://stackoverflow.com/questions/1139762/ignore-fil…

…es-that-have-already-been-committed-to-a-git-repository
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -2,6 +2,6 @@
2 2  
3 3 **/target
4 4 **/.idea
5   -# *.pyc
  5 +*.pyc
6 6 **/libs/F5
7 7  
... ...