This patch establishes a .gitignore file for ignoring the status of some of the files in the repository.
Signed-off-by: Stefan Berger <[email protected]> --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Index: trousers/.gitignore =================================================================== --- /dev/null +++ trousers/.gitignore @@ -0,0 +1,29 @@ +*.deps +*.o +*.la +*.libs +*.lo +*.a +*.spec +*~ +*Makefile +*Makefile.in +/.pc +/ltmain.sh +/aclocal.m4 +/autom4te.cache +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/missing +/dist/tcsd.conf +/man/man5/*.5 +/man/man8/*.8 +/src/tcsd/tcsd +/tools/ps_convert +/tools/ps_inspect ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
