From 593b56ddad6db35b72d81b7b26b39d65b5d9a374 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 6 Nov 2007 20:37:23 -0600 Subject: Add .gitignore file Add a .gitignore file which ignores the uninteresting auto-generated files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..353a06b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Lines starting with '#' are considered comments. +m/ML_* +m/*.out -- cgit v1.2.3