Add .gitignore files
This commit is contained in:
parent
c06c95c4f1
commit
5ef7084b61
50 changed files with 394 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue