Thanks! I've added a few more files and checked in. Aleksey
On 5/12/2010 1:26 PM, Roumen Petrov wrote:
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 _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
_______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
