From 320c68ecbf7f986b401e250fab124fd2effa5dc0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 5 Jul 2018 23:33:44 -0400 Subject: [PATCH] Add *.cxx to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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 ####################