commit 88921da126612d90a2dbf002f37ba236da047cd4 Author: Damian Johnson atagar@torproject.org Date: Sat Oct 8 16:15:48 2011 -0700
Adding gitignore for pyc and vim swap files --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e16dd0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.swp +