commit | 46e187c3001284c1d64b88035e97e95abcd51d47 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Tue Jun 28 11:22:14 2016 -0700 |
committer | Sen Jiang <senj@google.com> | Tue Jun 28 11:24:50 2016 -0700 |
tree | 84f6a70772c03dda10fa53fbcb9e1789d770835b | |
parent | 0188eb00abcfe011f5df9f8d22d38aceadc51b93 [diff] |
Ignore .pyc files. Now that we have python code in the repo, we should ignore .pyc files. Bug: None Test: no untracked files after running ./paycheck.py Change-Id: I32cd49c0a9a46d887c4a205ef1c52d4be6b96382
diff --git a/.gitignore b/.gitignore index d6dd317..ced5927 100644 --- a/.gitignore +++ b/.gitignore
@@ -9,3 +9,4 @@ /update_engine.dbusserver.h /update_engine_client /update_engine_unittests +*.pyc