From bf9df8f970d1821cc7a1d2644356b7f0baa3c698 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 18 Jul 2015 22:16:47 -0400 Subject: [PATCH] Added additional crypto++ artifcats used during testing. Added *.o because Fedora 22 does not exclude them by default --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 @@ -14,6 +19,15 @@ cryptopp.mac.done *.diff *.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 #################