commit | b14c3fd119b075094db1083489f9eb5536a0c841 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Jan 22 10:23:45 2010 -0800 |
committer | Doug Zongker <dougz@android.com> | Fri Jan 22 10:23:45 2010 -0800 |
tree | b9a280ebb4f6925ce07f6f65d2e272aa5269c0ae | |
parent | 6bc8ddcc48ce45584328d1b5b2a1820df6316d77 [diff] [blame] |
add a .gitignore file to make git ignore *.pyc files Change-Id: Ie8877ca9c1152681433a638a5e4d20948326f7ca
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore
@@ -0,0 +1 @@ +*.pyc