Clean (git status) after autogen.sh
authorMiloslav Trmač <mitr@redhat.com>
Tue, 9 Apr 2013 22:38:29 +0000 (00:38 +0200)
committerColin Walters <walters@verbum.org>
Fri, 12 Apr 2013 16:44:08 +0000 (12:44 -0400)
Ignore most automatically created files.  Add empty ChangeLog (to avoid
surprises if anyone wanted to add content later).

https://bugs.freedesktop.org/show_bug.cgi?id=63479

.gitignore [new file with mode: 0644]
ChangeLog [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d8b6f2e
--- /dev/null
@@ -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 (file)
index 0000000..e69de29