commit | 525be697f95eaa6a037b924afc99c971c0444db6 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Feb 15 19:31:23 2010 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Feb 15 19:31:23 2010 -0500 |
tree | 5d057ad81049b6cf6838859d75b68fe7c3004f6c | |
parent | 7d7002512e3d7a05fb701d8dff21ad8c2928538a [diff] [blame] |
Add *.pyc to .gitignore.
diff --git a/.gitignore b/.gitignore index 1fcb152..3aa6a21 100644 --- a/.gitignore +++ b/.gitignore
@@ -1 +1,2 @@ out +*.pyc