-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
66 lines (54 loc) · 898 Bytes
/
.gitignore
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# intellij files
.idea/
*.iml
*.ipr
*.iws
build-idea/
# eclipse files
.project
.classpath
.settings
build-eclipse/
# netbeans files
nb-configuration.xml
nbactions.xml
# gradle stuff
.gradle/
build/
*/build/
.gradle/
git.gradle
local.properties
out
# vscode stuff
.vscode/
# testing stuff
**/.local*
.vagrant/
/logs/
# osx stuff
.DS_Store
# default folders in which the create_bwc_index.py expects to find old es versions in
/backwards
/dev-tools/backwards
# needed in case docs build is run...maybe we can configure doc build to generate files under build?
html_docs
# random old stuff that we should look at the necessity of...
/tmp/
eclipse-build
# Bazel
bazel-bin
bazel-examples
bazel-genfiles
bazel-grpc-java
bazel-out
bazel-testlogs
# others
*.jar
*.class
gae-interop-testing/gae-jdk7/build/
gae-interop-testing/gae-jdk8/build/
netty/shaded/build/
examples/*
examples/*
examples/*