diff options
author | Pete Peterson <petersonpf@ornl.gov> | 2014-07-18 09:13:18 -0400 |
---|---|---|
committer | Pete Peterson <petersonpf@ornl.gov> | 2014-07-18 09:13:18 -0400 |
commit | 3ba3b32b84669b64fe26f1ae2ce0a49546c7bb75 (patch) | |
tree | e3af829b09e64ad076db32ae60a355b2aa96e7e4 | |
parent | 21f1d7772141177dc76e1d1a5367ba18590b6169 (diff) | |
download | gitignore-3ba3b32b84669b64fe26f1ae2ce0a49546c7bb75.tar.gz gitignore-3ba3b32b84669b64fe26f1ae2ce0a49546c7bb75.zip |
Adding fortan module files.
-rw-r--r-- | C++.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |