diff options
author | Amin Shaikh <ashaikh@google.com> | 2019-05-01 16:19:49 -0400 |
---|---|---|
committer | Amin Shaikh <ashaikh@google.com> | 2019-05-01 20:22:40 +0000 |
commit | f36e448718e721017fb8e488f1d4dad36576e317 (patch) | |
tree | 742da0175896664fed1444c1d66240b778acdbee /.gitignore | |
parent | 8a8c38ba41eae41f5547f90f367aa0b6f65e7272 (diff) |
Add all .idea directories to .gitignore
aidegen can be used to generate projects for specific packages within
frameworks/base, so it seems reasonable to ignore all of these
directories.
Bug: N/A
Test: git status
Change-Id: Ica235cafc008174162e64028420a9a494877ff92
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d7aebc6d7ee6..481c59247468 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/.idea +.idea *.iml *.sw* |