mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 06:05:46 +00:00
Centralize most of .gitignore.
This commit is contained in:
parent
8396c4193b
commit
dc43296a47
19 changed files with 8 additions and 117 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/compile
|
||||
|
@ -15,4 +13,11 @@
|
|||
/ltmain.sh
|
||||
/missing
|
||||
/mkpkgng
|
||||
/test.cov
|
||||
.deps
|
||||
.libs
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
Makefile
|
||||
Makefile.in
|
||||
test.cov
|
||||
|
|
2
doc/.gitignore
vendored
2
doc/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
2
include/.gitignore
vendored
2
include/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/config.h
|
||||
/config.h.in
|
||||
/stamp-h1
|
||||
|
|
2
include/cryb/.gitignore
vendored
2
include/cryb/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
8
lib/cipher/.gitignore
vendored
8
lib/cipher/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/core/.gitignore
vendored
8
lib/core/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/cpe/.gitignore
vendored
8
lib/cpe/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/digest/.gitignore
vendored
8
lib/digest/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/enc/.gitignore
vendored
8
lib/enc/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/hash/.gitignore
vendored
8
lib/hash/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/mac/.gitignore
vendored
8
lib/mac/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/mpi/.gitignore
vendored
8
lib/mpi/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/oath/.gitignore
vendored
8
lib/oath/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/rand/.gitignore
vendored
8
lib/rand/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/rsaref/.gitignore
vendored
8
lib/rsaref/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
lib/test/.gitignore
vendored
8
lib/test/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
8
t/.gitignore
vendored
8
t/.gitignore
vendored
|
@ -1,11 +1,3 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/*.la
|
||||
/*.lo
|
||||
/*.o
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
/test.cov
|
||||
/*.log
|
||||
/*.trs
|
||||
/t_adler
|
||||
|
|
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/coverage.sh
|
||||
|
|
Loading…
Reference in a new issue