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