Skip to content

Commit

Permalink
correct .gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipseCrypto committed Feb 28, 2016
1 parent 6675ae8 commit 0b1593e
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
src/*.exe
src/eclipsecrypto
src/eclipsed
src/test_eclipse
src/build.h
.*.swp
*.*~*
*.bak
*.bak.*
*.rej
*.orig
*.o
*.P
*.patch
*.dat
*.autosave
.eclipsecrypto
#compilation and Qt preprocessor part
*.qm
Makefile
eclipse
#resources cpp
qrc_*.cpp
#qt creator
*.pro.user
*.user.*
#mac specific
.DS_Store
build
build-aux

!src/leveldb/Makefile

src/secp256k1/lib
src/secp256k1/include
41 changes: 41 additions & 0 deletions src/secp256k1/secp256k1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
bench_inv
bench_ecdh
bench_sign
bench_verify
bench_schnorr_verify
bench_recover
bench_internal
tests
gen_context
*.exe
*.so
*.a
!.gitignore

Makefile
configure
.libs/
Makefile.in
aclocal.m4
autom4te.cache/
config.log
config.status
*.tar.gz
*.la
libtool
.deps/
.dirstamp
build-aux/
*.lo
*.o
*~
src/libsecp256k1-config.h
src/libsecp256k1-config.h.in
src/ecmult_static_context.h
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
src/stamp-h1
libsecp256k1.pc

0 comments on commit 0b1593e

Please sign in to comment.