I'm trying to create a custom search à la How to exclude a file extension from IntelliJ IDEA search? in Android Studio. How come the following pattern doesn't exclude R.java
files?
Note that the second uses &&!file:R.java
, yet the scope does not contain fewer files.