diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 17:53:41 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 17:53:41 -0200 |
commit | 1a750c272683fab37cc7cd4327ccefdfa39faf85 (patch) | |
tree | 23c973ca975ec853807032e3bb1eca58422f31ce /.gitignore | |
parent | 549335c473370f8a243be79387577306e525f144 (diff) |
Correct make distcheck and most sparse warnings.
Only remaining sparse warning is about no previous definition for
the function vectors declared in Xtrans/Xtranssock.c.
Also, use only one .gitignore file, instead of one per directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,6 @@ +*.lo +*.la +.libs .deps Makefile Makefile.in @@ -17,4 +20,11 @@ libtool ltmain.sh missing stamp-h1 +xrx +xrx.1 +libxrx.1 *~ +*.o +xrx-*.tar.* +ChangeLog +tags |