From ef1dcc109b32d0b3429265ce7cdcc25a1a9fba0a Mon Sep 17 00:00:00 2001 From: Gustavo Rago Date: Fri, 9 Feb 2018 14:07:02 -0300 Subject: [PATCH] add ignore all source code files --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..913ee32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.c +*.h +.cpp +*.rb +.pl +*.py +*.class +.jar +.js +.html +.css +.jsp +.asp +.vb \ No newline at end of file