.gitignore .pyc files

This commit is contained in:
Karl Palsson 2016-09-02 21:10:30 +00:00
parent 6e87892a7e
commit ec22543ce8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ lib/*.ld
*~ *~
*.map *.map
*.log *.log
*.pyc
html/ html/
latex/ latex/
*.pdf *.pdf