From 3ba3b32b84669b64fe26f1ae2ce0a49546c7bb75 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Fri, 18 Jul 2014 09:13:18 -0400 Subject: [PATCH] Adding fortan module files. --- C++.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 0def2755..35e15598 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -9,6 +9,9 @@ *.dylib *.dll +# Fortran module files +*.mod + # Compiled Static libraries *.lai *.la