summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2009-04-26 02:08:48 -0700
committerBaruch Sterin <baruchs@gmail.com>2009-04-26 02:08:48 -0700
commit7f94414388cce67bd3cc1a6d6269f0ed31ed0d06 (patch)
treedfc9d12faeaae4233f2234b4cd3a276ca1a04155
downloadabc-7f94414388cce67bd3cc1a6d6269f0ed31ed0d06.tar.gz
abc-7f94414388cce67bd3cc1a6d6269f0ed31ed0d06.tar.bz2
abc-7f94414388cce67bd3cc1a6d6269f0ed31ed0d06.zip
Added .gitignore
-rw-r--r--.gitattributes32
-rw-r--r--.gitignore61
2 files changed, 93 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..400b529f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,32 @@
+* text=auto
+
+*.c text
+*.cpp text
+*.h text
+
+*.py text
+*.sh text
+
+*.make text
+Makefile text
+
+*.txt text
+*.md text
+*.html text
+
+readmeaig text
+LICENSE text
+license text
+CHANGES text
+README text
+
+.hgignore text
+.gitignore text
+.gitattributes text
+
+*.dsp text eol=crlf
+*.dsw text eol=crlf
+
+*.aig binary
+*.lib binary
+*.dll binary
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..f15ce2c7
--- /dev/null
+++ b/.gitignore
@@ -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