Add .gitignore files
This commit is contained in:
parent
c06c95c4f1
commit
5ef7084b61
50 changed files with 394 additions and 0 deletions
13
buddy/.gitignore
vendored
Normal file
13
buddy/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
aclocal.m4
|
||||
configure
|
||||
tools
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
*.tar.gz
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
stamp-h1
|
||||
2
buddy/doc/.gitignore
vendored
Normal file
2
buddy/doc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
2
buddy/examples/.gitignore
vendored
Normal file
2
buddy/examples/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
6
buddy/examples/adder/.gitignore
vendored
Normal file
6
buddy/examples/adder/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
adder
|
||||
.deps
|
||||
.libs
|
||||
adder
|
||||
8
buddy/examples/bddcalc/.gitignore
vendored
Normal file
8
buddy/examples/bddcalc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
lexer.cxx
|
||||
parser.cxx
|
||||
parser.h
|
||||
.deps
|
||||
.libs
|
||||
bddcalc
|
||||
4
buddy/examples/bddtest/.gitignore
vendored
Normal file
4
buddy/examples/bddtest/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
bddtest
|
||||
8
buddy/examples/calculator/.gitignore
vendored
Normal file
8
buddy/examples/calculator/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
lexer.cxx
|
||||
parser.cxx
|
||||
parser.h
|
||||
.deps
|
||||
.libs
|
||||
bddcalc
|
||||
6
buddy/examples/cmilner/.gitignore
vendored
Normal file
6
buddy/examples/cmilner/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
milner
|
||||
cmilner
|
||||
6
buddy/examples/fdd/.gitignore
vendored
Normal file
6
buddy/examples/fdd/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
statespace
|
||||
fdd
|
||||
5
buddy/examples/internal/.gitignore
vendored
Normal file
5
buddy/examples/internal/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
bddtest
|
||||
5
buddy/examples/milner/.gitignore
vendored
Normal file
5
buddy/examples/milner/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
milner
|
||||
5
buddy/examples/money/.gitignore
vendored
Normal file
5
buddy/examples/money/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
money
|
||||
5
buddy/examples/queen/.gitignore
vendored
Normal file
5
buddy/examples/queen/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
queen
|
||||
5
buddy/examples/solitare/.gitignore
vendored
Normal file
5
buddy/examples/solitare/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
solitare
|
||||
8
buddy/src/.gitignore
vendored
Normal file
8
buddy/src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
Makefile.in
|
||||
Makefile
|
||||
bddtest
|
||||
|
||||
7
buddy/tools/.gitignore
vendored
Normal file
7
buddy/tools/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
config.guess
|
||||
config.sub
|
||||
depcomp
|
||||
install-sh
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
Loading…
Add table
Add a link
Reference in a new issue