.hgignore 494 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
syntax:glob

DebugLib/
DebugExe/
DebugExt/

ReleaseLib/
ReleaseExe/
ReleaseExt/

_TEST/
12 13 14
lib/abc*
lib/m114*
lib/bip*
15 16
docs/

Alan Mishchenko committed
17
src/ext*
18
src/xxx/
19
src/aig/au/
20
src/aig/ssm/
21
src/aig/ddb/
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

*~
*.orig

*.[od]

*.ncb
*.opt
*.plg

*.zip

abcspaceext.dsw
abcext.dsp

37 38 39 40 41
abcexe.vcproj*
abclib.vcproj*
abcspace.sln
abcspace.suo

42 43 44 45 46
*.pyc

src/python/build
src/python/bdist
src/python/pyabc.py
47
src/python/pyabc_wrap.*
48

49 50 51
.idea/
build/

52 53 54
*.rej
*.orig

55 56
tags

57 58 59 60
syntax: regexp

^libabc.a$
^abc$
61 62

^arch_flags$
63 64 65

^cmake
^cscope