xref: /Lucene/.gitignore (revision 4818a83cb204864595c352cf95855918410e20d5)
1# Gradle.
2# Ignore the generated local settings file.
3/gradle.properties
4.gradle/
5build/
6
7# Ignore gradle wrapper jar.
8gradle/wrapper/gradle-wrapper.jar
9
10# IntelliJ IDEA
11/.idea/
12#    IntelliJ creates this folder, ignore.
13/dev-tools/missing-doclet/out/
14
15# Eclipse
16/.project
17/.classpath
18/.settings/
19
20# Eclipse Gradle oddity
21**/bin/default/
22
23# macOS
24.DS_Store
25
26# Python
27.pydevproject
28__pycache__
29
30# Emacs backup
31*~
32
33# SDKMAN
34.sdkmanrc
35