From 653157b927cdfdfe74a53fe457152a799f21ae74 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Tue, 30 Jan 2018 09:27:38 -0600 Subject: [PATCH] Update .gitignore --- .gitignore/.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore/.gitignore diff --git a/.gitignore/.gitignore b/.gitignore/.gitignore new file mode 100644 index 0000000..259148f --- /dev/null +++ b/.gitignore/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app