diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-29 19:22:47 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-29 19:22:47 -0200 |
commit | 4a1d1ff1195a2ed43ace1a33e429f2272f1331af (patch) | |
tree | ee1623270389bf47227d6dfc96fad83950f0805a /.gitignore | |
parent | d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e (diff) |
Janitor: make distcheck, compile warnings, extra .gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,5 @@ +.deps +.libs aclocal.m4 autom4te.cache compile @@ -5,6 +7,7 @@ config.guess config.log config.status config.sub +config.h* configure depcomp INSTALL @@ -16,6 +19,15 @@ Makefile.in MakeOut missing mkinstalldirs +stamp-h1 xi.pc -man/*.man +*.man +*.stamp *~ +*.3 +*.o +*.la +*.lo +libXi-*.tar.* +ChangeLog +tags |