aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-06-07 17:37:18 -0700
committerAurimas Liutikas <aurimas@google.com>2017-06-07 17:37:18 -0700
commit54c02fbce0f396bd3dd63084b88022485e25d1c1 (patch)
treecd3584258703bb3f8fd5ed12ad4561fc54154d21 /.gitignore
parentc54a72af3a4ea062e5209f45c9e62ed09a4527f4 (diff)
downloadsupport-54c02fbce0f396bd3dd63084b88022485e25d1c1.tar.gz
Check-in inspection profiles for Intellij.
- Add custom @hide, and @attr tags so Intellij is happy - Update check for unused methods to only check for unused protected and weaker access methods (don't complain about unused public method since it is public API to enternal apps) - Disable "this variable could have weaker access" check as fixes for it cause an increase in generated accessor method count Test: None Change-Id: If90e508d7dc23e303e75b72bea5a1965fd6691bc
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e57740b04fc..5e7ac499f8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,13 @@
.classpath
.gradle
-.idea/
+.idea/*
+.idea/**/*
+!.idea/*/
!.idea/codeStyleSettings.xml
!.idea/copyright/AndroidCopyright.xml
!.idea/copyright/profiles_settings.xml
+!.idea/inspectionProfiles/SupportLib.xml
+!.idea/inspectionProfiles/profiles_settings.xml
!.idea/vcs.xml
.project
.settings/