
commit 5b3bc6814815796e58605597ffddbe575ca07787 Author: David Goulet <dgoulet@ev0ke.net> Date: Wed May 29 16:42:34 2013 -0400 Add gitignore to repository Signed-off-by: David Goulet <dgoulet@ev0ke.net> --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc20063 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +*.o +*.so +*.swp +*.o +*.swo +*.pyc +Makefile +.libs/ +.deps/ +*~ +*.la +*.lo +Makefile.in +*.loT +*.info +*.bz2 +*.tar +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +tags + +doc/torsocks.1 +doc/torsocks.8 +doc/torsocks.conf.5 +doc/usewithtor.1 + +src/torsocks +src/usewithtor + +test/test_torsocks