From 0f34efabd95110e681ff65055caf98dfe9a28818 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Rzepecki?= Date: Sat, 21 Feb 2009 18:11:48 +0100 Subject: [PATCH] [Git]Ignore work files. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06ca83d --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.o +.deps +*.in +Makefile +*~ +stamp-h* +synaesthesia +aclocal.m4 +autom4te.cache +config.h +config.log +config.status +configure -- 2.11.4.GIT