Added additional crypto++ artifcats used during testing. Added *.o because Fedora 22 does not exclude them by default
parent
e4ab1cd70c
commit
bf9df8f970
|
|
@ -6,7 +6,12 @@ adhoc.cpp.copied
|
||||||
libcryptopp.a
|
libcryptopp.a
|
||||||
libcryptopp.so
|
libcryptopp.so
|
||||||
libcryptopp.dylib
|
libcryptopp.dylib
|
||||||
|
cryptest.exe
|
||||||
|
cryptopp-test.cxx
|
||||||
|
cryptopp-test.exe
|
||||||
|
cryptopp-test.s
|
||||||
cryptopp.mac.done
|
cryptopp.mac.done
|
||||||
|
GNUmakefile.deps
|
||||||
|
|
||||||
##############
|
##############
|
||||||
## Patch files
|
## Patch files
|
||||||
|
|
@ -14,6 +19,15 @@ cryptopp.mac.done
|
||||||
*.diff
|
*.diff
|
||||||
*.patch
|
*.patch
|
||||||
|
|
||||||
|
#################
|
||||||
|
## GCC
|
||||||
|
#################
|
||||||
|
|
||||||
|
## Ignore GCC temproary files. It appears Fedora
|
||||||
|
## changed a behavior somewhere along the lines
|
||||||
|
|
||||||
|
*.o
|
||||||
|
|
||||||
#################
|
#################
|
||||||
## Eclipse
|
## Eclipse
|
||||||
#################
|
#################
|
||||||
|
|
@ -44,7 +58,6 @@ local.properties
|
||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
## Visual Studio
|
## Visual Studio
|
||||||
#################
|
#################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue