diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2011-04-24 14:37:34 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2011-04-24 14:37:34 -0700 |
| commit | f86bdc3c2cc4b47471aa37be6506414d121bf93f (patch) | |
| tree | 314a873d5afcdd98383871f01252497847a819f6 | |
| parent | 577391a9fc10deae163a6fa3143d705e9cdaa6e7 (diff) | |
gitignore pyc files
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc |
