summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-18 22:16:47 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-18 22:16:47 -0400
commitbf9df8f970d1821cc7a1d2644356b7f0baa3c698 (patch)
tree7b1b30b831bbf501e72d42c2ecade5c0a395faba /.gitignore
parente4ab1cd70c42391f4b41b31085dbe862867e41d2 (diff)
downloadcryptopp-git-bf9df8f970d1821cc7a1d2644356b7f0baa3c698.tar.gz
Added additional crypto++ artifcats used during testing. Added *.o because Fedora 22 does not exclude them by default
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 14 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 88b64e85..923287f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,12 @@ adhoc.cpp.copied
libcryptopp.a
libcryptopp.so
libcryptopp.dylib
+cryptest.exe
+cryptopp-test.cxx
+cryptopp-test.exe
+cryptopp-test.s
cryptopp.mac.done
+GNUmakefile.deps
##############
## Patch files
@@ -15,6 +20,15 @@ cryptopp.mac.done
*.patch
#################
+## GCC
+#################
+
+## Ignore GCC temproary files. It appears Fedora
+## changed a behavior somewhere along the lines
+
+*.o
+
+#################
## Eclipse
#################
@@ -44,7 +58,6 @@ local.properties
# PDT-specific
.buildpath
-
#################
## Visual Studio
#################