Added Python compilation files (.pyc) to the ignore file.
This commit is contained in:
parent
9dac35fd52
commit
2362150880
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@
|
||||||
*.log
|
*.log
|
||||||
*.o
|
*.o
|
||||||
*.pg
|
*.pg
|
||||||
|
*.pyc
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.toc
|
*.toc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue