[xmlsec] What about .gitignore ?

Roumen Petrov xmlsec at roumenpetrov.info
Wed May 12 13:26:15 PDT 2010


Hi Aleksey,
After bootstrap git list lot of "Untracked files".
To minimize list I use following .gitignore file in repository top 
directory.
====================
*~
*.orig
autom4te.cache/
config.guess
config.sub
aclocal.m4
configure
ltmain.sh
/Makefile.in
/apps/Makefile.in
/docs/Makefile.in
/docs/api/Makefile.in
/include/Makefile.in
/include/xmlsec/Makefile.in
/include/xmlsec/gcrypt/Makefile.in
/include/xmlsec/gnutls/Makefile.in
/include/xmlsec/mscrypto/Makefile.in
/include/xmlsec/nss/Makefile.in
/include/xmlsec/openssl/Makefile.in
/include/xmlsec/private/Makefile.in
/man/Makefile.in
/src/Makefile.in
/src/gcrypt/Makefile.in
/src/gnutls/Makefile.in
/src/mscrypto/Makefile.in
/src/nss/Makefile.in
/src/openssl/Makefile.in
====================

I think that is good to exclude every Makefile.in but for now I list all 
of them.
If I understand properly .gitignore syntax /Makefile.in ignore only 
Makefile.in only in top directory and Makefile.in will ignore all 
including sub-directories.

Roumen


More information about the xmlsec mailing list