diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-29 18:02:34 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-29 18:02:34 -0200 |
commit | e15dca77fa76252dd8499f8585d8ce922ac3b869 (patch) | |
tree | 5724fc181d13980df16e06966e5c335d80c551fe /.gitignore | |
parent | 38bac54519a67ab1a276b66dbaa84a3327ccf827 (diff) |
Janitor: make distcheck and .gitignore
Distribute ChangeLog but not autogen.sh.
Use a single toplevel .gitignore file, instead of one per subdirectory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,5 @@ +.deps +.libs aclocal.m4 autom4te.cache compile @@ -9,6 +11,7 @@ config.status config.sub configure depcomp +fontconf.h install-sh libtool ltmain.sh @@ -16,6 +19,12 @@ Makefile Makefile.in missing mkinstalldirs -stamp-h1 +stamp-h? xfont.pc *~ +*.la +*.lo +*.o +libXfont-*.tar.* +ChangeLog +tags |