aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9b7937cb862409f45b7b717d39427acd1fe3d954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maven build folders
target/

# IntelliJ project files
*.iml
*.ipr
*.iws
.idea/

# Eclipse project files
.project
.classpath
.settings/

# NetBeans user configuration
nbactions.xml
nb-configuration.xml

# Python runtime files
*.py[co]

# Bazel
bazel-bin
bazel-out
bazel-antlr3
bazel-testlogs