commit e8f3e8ce98faf315dfe2f40dac978c4066894211 Author: Damian Johnson atagar@torproject.org Date: Wed Apr 20 19:30:08 2011 -0700
Making git ignore TorCtl and python bytecode (pyc) --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b955dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +src/TorCtl/ +
tor-commits@lists.torproject.org