Commit 26f8909745814c437f22d561afaa93535f07dabf

Authored by Austin Blanton
1 parent 31103c96

Ignore .pyc

Showing 1 changed file with 3 additions and 0 deletions
.gitignore
... ... @@ -32,6 +32,9 @@ share/openbr/models
32 32 *.RData
33 33 *.Rhistory
34 34  
  35 +### Python ###
  36 +*.pyc
  37 +
35 38 ### Subversion ###
36 39 *.svn*
37 40  
... ...