forked from ddf-project/DDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 725 Bytes
/
.gitignore
File metadata and controls
46 lines (43 loc) · 725 Bytes
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
*.class
*.swp
*.iml
*.log
target/
.idea
.idea_modules
.DS_Store
.part-00000.crc
.cache
.settings/
metastore_db/
wordcount-input.txt
# The project pom.xml's are generated by "bin/make-poms.sh"
*/pom.xml
# The root pom.xml is manually maintained
!./pom.xml
# Eclipse .classpath and .project are generated by "bin/make-eclipse-projects.sh"
*/.classpath
*/.project
# lib_managed/ is generated by "sbt compile"
lib_managed/
nohup.out
*.iml
#spark/conf/local
core/target
spark/target
example/target
project/target
core/ddf-runtime
examples/target/streams
core/target/streams
project/target/streams
spark/target/streams
R/package/inst/java
# R stuffs
.Rproj.user
.Rhistory
.RData
R.Rproj
# python stuffs
*.pyc
python/docs-build/