Add *.cxx to .gitignore
parent
8c871b40ae
commit
320c68ecbf
|
|
@ -1,3 +1,10 @@
|
||||||
|
####################################
|
||||||
|
# C++ generic ignore
|
||||||
|
# Allows you to use test.cxx and
|
||||||
|
# avoid getting in the way of things
|
||||||
|
####################################
|
||||||
|
*.cxx
|
||||||
|
|
||||||
####################
|
####################
|
||||||
## Crypto++ specific
|
## Crypto++ specific
|
||||||
####################
|
####################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue