From 462bc174e70c9ad3cbee759e491af92580bb7f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 10 Apr 2013 00:38:29 +0200 Subject: [PATCH 1/3] Clean (git status) after autogen.sh Ignore most automatically created files. Add empty ChangeLog (to avoid surprises if anyone wanted to add content later). --- .gitignore | 26 ++++++++++++++++++++++++++ ChangeLog | 0 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 ChangeLog diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8b6f2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +/INSTALL +/autom4te.cache +/aclocal.m4 +/compile +/config.guess +/config.h.in +/config.sub +/configure +/depcomp +/gtk-doc.make +/install-sh +/ltmain.sh +/missing +/po/Makefile.in.in +/test/mocklibc/aclocal.m4 +/test/mocklibc/autom4te.cache +/test/mocklibc/config.guess +/test/mocklibc/config.h.in +/test/mocklibc/config.sub +/test/mocklibc/configure +/test/mocklibc/depcomp +/test/mocklibc/install-sh +/test/mocklibc/ltmain.sh +/test/mocklibc/missing +Makefile.in +*~ \ No newline at end of file diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 -- 1.8.1.4