From 83cd266439d4152b6b9ee4157785f11bb1c84893 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Tue, 11 Aug 2015 12:56:02 -0700 Subject: [PATCH] Ignore adb/*.pyc files Python scripts in system/core/ such as perfboot.py may generate the files. Change-Id: I0506d47db414a678f1923e747ddce5acfcd7ce1b --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b25c15b81..2f836aacf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +*.pyc