ignore: tmp files and .pyc files

BUG=none
TEST=none

Change-Id: I936c60226e75a7f0204331da7ab32b4d9fb0bd3f

Review URL: http://codereview.chromium.org/3316004
This commit is contained in:
Mandeep Singh Baines 2010-09-09 14:25:33 -07:00
parent 74a07cac15
commit 4903d4354e

4
.gitignore vendored
View File

@ -2,3 +2,7 @@
/.chromeos_dev
/.default_board
/shared_user_passwd.txt
# Generated files
*.pyc
*~