diff --git a/.gitignore b/.gitignore index 15d93060..b488e960 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +#################################### +# C++ generic ignore +# Allows you to use test.cxx and +# avoid getting in the way of things +#################################### +*.cxx + #################### ## Crypto++ specific ####################