From 5fe92ea2c8ab346f53d14ab4bcfc244a6bf88d90 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 8 May 2014 15:40:52 +0200
Subject: [PATCH] Convert svn:ignore properties to .gitignore.

---
 .gitignore | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d6720d4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,59 @@
+
+# /
+/Makefile
+/Makefile.in
+/config.*
+/configure
+/dependencies.m4
+/aclocal.m4
+/autom4te.cache
+/depcomp
+/install-sh
+/missing
+/mkinstalldirs
+/libtool
+/dune.pc
+/semantic.cache
+/stamp-h1
+/html
+/.deps
+/.libs
+/am
+/linelast
+/nonlinelast
+
+# /dune/
+/dune/Makefile.in
+/dune/Makefile
+
+# /dune/elasticity/
+/dune/elasticity/Makefile.in
+/dune/elasticity/Makefile
+/dune/elasticity/semantic.cache
+
+# /dune/elasticity/assemblers/
+/dune/elasticity/assemblers/Makefile
+/dune/elasticity/assemblers/Makefile.in
+
+# /dune/elasticity/common/
+/dune/elasticity/common/Makefile
+/dune/elasticity/common/Makefile.in
+
+# /dune/elasticity/estimators/
+/dune/elasticity/estimators/Makefile
+/dune/elasticity/estimators/Makefile.in
+
+# /dune/elasticity/materials/
+/dune/elasticity/materials/Makefile
+/dune/elasticity/materials/Makefile.in
+
+# /m4/
+/m4/Makefile.in
+/m4/Makefile
+
+# /test/
+/test/.deps
+/test/.libs
+/test/Makefile
+/test/Makefile.in
+/test/semantic.cache
-- 
GitLab