Added __pycache__ to .gitignore

This commit is contained in:
Clifford Wolf 2015-08-22 09:46:49 +02:00
parent 498a7acbe2
commit b8494dae8c
2 changed files with 2 additions and 3 deletions

3
icebox/.gitignore vendored
View File

@ -1,4 +1,3 @@
chipdb-1k.txt
chipdb-8k.txt
icebox.pyc
iceboxdb.pyc
__pycache__

2
icefuzz/.gitignore vendored
View File

@ -4,5 +4,5 @@
*.tmp/
*.txt
*.vsb
*.pyc
/work_*/
__pycache__