-
Notifications
You must be signed in to change notification settings - Fork 232
/
.gitignore
77 lines (70 loc) · 1.17 KB
/
.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
67
68
69
70
71
72
73
74
75
76
77
syntax: glob
# Ignore .jpg and .pdf under the src directory since they are produced via umlet
# Images handled by conf management should use other suffix (.png for example)
src/**/*.jpg
src/**/*.pdf
dev/material/*.jpg
dev/material/tasks-graph.pdf
dev/material/scale
dev/material/classifier
dev/temp-externals/*-javadoc.jar
dev/temp-externals/*-sources.jar
nbproject
.gitignore
.gradle/*
.idea/*
.nb-gradle/*
.nb-gradle-properties
*.exe
*.lnk
*.log
*.mf
*.orig
build/*
dist/*
config/run.properties
data/args
data/args/*
data/benches
data/campaign
data/print
data/ocr
data/output/*
data/projects
data/scores
data/scripts
data/temp
data/train
data/train/*.zip
data/train/*.csv
data/www/docs/api
data/www/docs/guides
private/*
schemas/bin/
schemas/build
schemas/build/*
target/*
\.orig\..*$
\.orig$
\.chg\..*$
\.rej$
\.conflict\~$
# Ignore system files
.DS_Store
Thumb.db
/bin/
/build/
/.gradle/
# Eclipse added files
.classpath
.project
.settings
# IDEA added files
.idea
# Gradle added files (temporary fix)
gradle.properties
# docs building files
docs/.jekyll-metadata
docs/Gemfile.lock
docs/_site/
docs/pdf/build