From bb0cf0056fe9f3b1873bcda3450031df5bc73ba8 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Tue, 15 Jul 2014 16:54:09 -0400 Subject: [PATCH] Just copied c++ file. --- Fortran.gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Fortran.gitignore diff --git a/Fortran.gitignore b/Fortran.gitignore new file mode 100644 index 00000000..0def2755 --- /dev/null +++ b/Fortran.gitignore @@ -0,0 +1,21 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app