forked from Alluxio/alluxio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (44 loc) · 799 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
**/alluxio-site.properties
**/nb-configuration*.xml
**/nbproject/
*.iml
*.pyc
*.swo
*.swp
*~
\#*#
.DS_STORE
.checkstyle
.classpath
.fbExcludeFilterFile
.idea/
.metadata/
.project
.settings/
/conf/alluxio-env.sh
/conf/metrics.properties
/conf/alluxio-env.sh.bootstrap.bk
/data/
/deploy/vagrant/.request_ids
/deploy/vagrant/.vagrant/
/deploy/vagrant/conf/ec2.yml
/deploy/vagrant/conf/gce.yml
/deploy/vagrant/conf/init.yml
/deploy/vagrant/files/
/deploy/vagrant/shared/
/deploy/vagrant/spot/roles/create_ec2/vars/
/deploy/vagrant/spot/roles/tag_ec2/vars/
/deploy/vagrant/vbox/.vagrant/
/deploy/vagrant/vbox/alluxio-dev.box
/dev/scripts/tarballs
/dev/scripts/workdir
/docs/_site/
/docs/api/
/docs/serve/
/journal/
/logs/*.log*
/logs/*.out*
/underFSStorage/
dependency-reduced-pom.xml
target/
tests.log*