Displaying 1 result from an estimated 1 matches for "2fac0a7".
Did you mean:
1fac067
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...ore
index 30d6b42..ad6d70b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,17 @@ aclocal.m4
autom4te.cache
config.h
config.h.in
+config.log
+config.status
configure
depcomp
+.deps
+install-sh
+missing
+stamp-h1
+*.o
+*.patch
+*~
+
+src/matahari
+src/qmf
diff --git a/AUTHORS b/AUTHORS
index 2fac0a7..834b11a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
Current Maintainer:
-Arjun Roy <arroy at redhat.com>
+Arjun Roy <arroy at redhat.com>
+Darryl L. Pierce <dpierce at redhat.com>
Contributors:
diff --git a/ChangeLog b/ChangeLog
index 28d63da..0d3f3e0 100644...