From d6bbd7ba659930b6c87d0c73ad01e64ee659cdfe Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 8 Apr 2012 20:12:19 +0200 Subject: [PATCH] Add .gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16657be --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.a +*.dll +*.dylib +*.o +*.orig +*.so +*~ +.deps +aclocal.m4 +autom4te.cache +buildsys.mk +config.log +config.status +configure +tests/tests +tests/tests.exe