mirror of https://github.com/YosysHQ/icestorm.git
Added __pycache__ to .gitignore
This commit is contained in:
parent
498a7acbe2
commit
b8494dae8c
|
|
@ -1,4 +1,3 @@
|
|||
chipdb-1k.txt
|
||||
chipdb-8k.txt
|
||||
icebox.pyc
|
||||
iceboxdb.pyc
|
||||
__pycache__
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
*.tmp/
|
||||
*.txt
|
||||
*.vsb
|
||||
*.pyc
|
||||
/work_*/
|
||||
__pycache__
|
||||
|
|
|
|||
Loading…
Reference in New Issue