[tor-commits] [arm/master] Making git ignore TorCtl and python bytecode (pyc)
sebastian at torproject.org
sebastian at torproject.org
Sun Apr 24 05:55:01 UTC 2011
commit e8f3e8ce98faf315dfe2f40dac978c4066894211
Author: Damian Johnson <atagar at 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/
+
More information about the tor-commits
mailing list