From 7bfce94916880213bd2f27cde905ce2f81780abe Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Thu, 8 May 2014 15:40:36 +0200 Subject: [PATCH] Convert svn:ignore properties to .gitignore. --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92804b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ + +# / +/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-elasticity/ +/dune-elasticity/semantic.cache + +# /m4/ +/m4/Makefile.in +/m4/Makefile + +# /test/ +/test/.deps +/test/.libs +/test/Makefile +/test/Makefile.in +/test/semantic.cache -- GitLab