From 29715e8427313fc3df42fea79e76e4959e2077ee Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 7 Dec 2007 21:53:50 +0100 Subject: [PATCH] Added .gitignore. This file currently includes all files produced when building "foobar". --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04580d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# build system stuff +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.* +configure +depcomp +install-sh +missing +stamp-h1 + +# build output +.libs +*.o +foobar + -- 2.30.2