adding & modifying .cvsignore's
This commit is contained in:
parent
b5606ad11a
commit
902d88fef6
8 changed files with 48 additions and 0 deletions
6
eo/src/es/.cvsignore
Normal file
6
eo/src/es/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
eo/src/ga/.cvsignore
Normal file
6
eo/src/ga/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
eo/src/gp/.cvsignore
Normal file
6
eo/src/gp/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
eo/src/obsolete/.cvsignore
Normal file
6
eo/src/obsolete/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
eo/src/other/.cvsignore
Normal file
6
eo/src/other/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
eo/src/utils/.cvsignore
Normal file
6
eo/src/utils/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
*.o
|
*.o
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
|
Makefile.in
|
||||||
t-eo
|
t-eo
|
||||||
t-eobin
|
t-eobin
|
||||||
t-eobreeder
|
t-eobreeder
|
||||||
|
|
@ -13,3 +14,8 @@ t-eogeneration
|
||||||
t-eoNonUniform
|
t-eoNonUniform
|
||||||
t-eo2dVector
|
t-eo2dVector
|
||||||
t-eoEasyEA
|
t-eoEasyEA
|
||||||
|
t-eoUniform
|
||||||
|
t-eoRandom
|
||||||
|
t-eoCheckpointing
|
||||||
|
t-eoVector
|
||||||
|
t-eoAtomOps
|
||||||
|
|
|
||||||
6
eo/win/.cvsignore
Normal file
6
eo/win/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
Reference in a new issue