From 18cacb8e1dab31b6ffaa32351a168a43af421bf8 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 13 Sep 2016 09:36:19 -0400
Subject: [PATCH] ignore *.mod generated by fortran compilers

---
 examples/COUPLE/fortran2/.gitignore | 1 +
 lib/meam/.gitignore                 | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 examples/COUPLE/fortran2/.gitignore
 create mode 100644 lib/meam/.gitignore

diff --git a/examples/COUPLE/fortran2/.gitignore b/examples/COUPLE/fortran2/.gitignore
new file mode 100644
index 0000000000..63a7748cf4
--- /dev/null
+++ b/examples/COUPLE/fortran2/.gitignore
@@ -0,0 +1 @@
+*.mod
diff --git a/lib/meam/.gitignore b/lib/meam/.gitignore
new file mode 100644
index 0000000000..63a7748cf4
--- /dev/null
+++ b/lib/meam/.gitignore
@@ -0,0 +1 @@
+*.mod
-- 
GitLab