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

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a778e04
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+
+# /
+/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
+
+# /m4/
+/m4/Makefile.in
+/m4/Makefile
+
+# /test/
+/test/.deps
+/test/.libs
+/test/Makefile
+/test/Makefile.in
+/test/semantic.cache
-- 
GitLab