aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEugene Susla <eugenesusla@google.com>2019-07-31 15:12:54 -0700
committerEugene Susla <eugenesusla@google.com>2019-07-31 15:12:54 -0700
commit1410e008c8ea196afec98d7766e6dca5c9d555b4 (patch)
tree68586f4fd910c3b08a9608d7be5e186c9df572c6 /.gitignore
parent1b2211eaf2fa78358abe0b16f82ccf0b689aa56a (diff)
downloadplatform_external_javaparser-1410e008c8ea196afec98d7766e6dca5c9d555b4.tar.gz
platform_external_javaparser-1410e008c8ea196afec98d7766e6dca5c9d555b4.tar.bz2
platform_external_javaparser-1410e008c8ea196afec98d7766e6dca5c9d555b4.zip
Pull commits from upstream for java 11 compatibility!
Change-Id: I27826ba60af5c54848e2eae40930d8fb8a302919
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 7 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 16db12959..8d37cb372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,39 +6,22 @@ target
*~
.project
.classpath
+.idea/
+*.iml
release.properties
**/.DS_Store
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.gradle
+*.ipr
+*.iws
build-*
*.asc
build
out
.java-version
-
-
-# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
-# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-
-# User-specific stuff:
-.idea/**/workspace.xml
-.idea/**/tasks.xml
-.idea/dictionaries
-
-# Sensitive or high-churn files:
-.idea/**/dataSources/
-.idea/**/dataSources.ids
-.idea/**/dataSources.xml
-.idea/**/dataSources.local.xml
-.idea/**/sqlDataSources.xml
-.idea/**/dynamic.xml
-.idea/**/uiDesigner.xml
-
-# Gradle:
-.idea/**/gradle.xml
-.idea/**/libraries
-
-*.iws