mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-28 17:03:21 +02:00
Added .gitignore
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
DebugLib/
|
||||
DebugExe/
|
||||
DebugExt/
|
||||
|
||||
ReleaseLib/
|
||||
ReleaseExe/
|
||||
ReleaseExt/
|
||||
|
||||
_TEST/
|
||||
lib/abc*
|
||||
lib/m114*
|
||||
lib/bip*
|
||||
docs/
|
||||
|
||||
src/ext*
|
||||
src/xxx/
|
||||
src/aig/au/
|
||||
src/aig/ssm/
|
||||
src/aig/ddb/
|
||||
|
||||
*~
|
||||
*.orig
|
||||
|
||||
*.[od]
|
||||
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
|
||||
*.zip
|
||||
|
||||
abcspaceext.dsw
|
||||
abcext.dsp
|
||||
|
||||
abcexe.vcproj*
|
||||
abclib.vcproj*
|
||||
abcspace.sln
|
||||
abcspace.suo
|
||||
|
||||
*.pyc
|
||||
|
||||
src/python/build
|
||||
src/python/bdist
|
||||
src/python/pyabc.py
|
||||
src/python/pyabc_wrap.*
|
||||
|
||||
.idea/
|
||||
build/
|
||||
|
||||
*.rej
|
||||
*.orig
|
||||
|
||||
tags
|
||||
|
||||
/libabc.a
|
||||
/abc
|
||||
|
||||
/arch_flags
|
||||
|
||||
/cmake
|
||||
/cscope
|
||||
Reference in New Issue
Block a user