Add *.cxx to .gitignore

This commit is contained in:
Jeffrey Walton 2018-07-05 23:33:44 -04:00
parent 8c871b40ae
commit 320c68ecbf
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

7
.gitignore vendored
View File

@ -1,3 +1,10 @@
####################################
# C++ generic ignore
# Allows you to use test.cxx and
# avoid getting in the way of things
####################################
*.cxx
####################
## Crypto++ specific
####################