From d853971668705d499c309f82b1774ad51a597ff2 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Wed, 13 May 2020 09:13:05 -0500 Subject: [PATCH] remove gitignore file, it's not needed for now --- .gitignore | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 259148f..0000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# 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