diff options
author | Yusuke Sato | 2015-08-11 14:56:02 -0500 |
---|---|---|
committer | Yusuke Sato | 2015-08-11 14:59:58 -0500 |
commit | 83cd266439d4152b6b9ee4157785f11bb1c84893 (patch) | |
tree | a51471c13b316dd32d38a3ec4738523e4d858ea5 /.gitignore | |
parent | f71590ffbc5b611a7c45fcddc7db3c1915fe3cd5 (diff) | |
download | platform-system-core-83cd266439d4152b6b9ee4157785f11bb1c84893.tar.gz platform-system-core-83cd266439d4152b6b9ee4157785f11bb1c84893.tar.xz platform-system-core-83cd266439d4152b6b9ee4157785f11bb1c84893.zip |
Ignore adb/*.pyc files
Python scripts in system/core/ such as perfboot.py may generate
the files.
Change-Id: I0506d47db414a678f1923e747ddce5acfcd7ce1b
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b25c15b81..2f836aacf 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1 +1,2 @@ | |||
1 | *~ | 1 | *~ |
2 | *.pyc | ||