-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
87 lines (69 loc) · 1.57 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
78
79
80
81
82
83
84
85
86
87
# ignore whole projects
misc/svn-gatekeeper/experiment
# ignore temporary files
*.swp
src/main/resources/build.json
# ignore preference files in top level directory
/code/
/layouts/
/settings.json
/themes/
# ignore debugging files
program-dump.txt
exceptions.log
# ignore IntelliJ project files
.idea/
## module library
*.iml
## project and library info
*.ipr
## personal data such as IDE arrangement
*.iws
# ignore Eclipse project files
.project
.classpath
.settings/
# ignore R studio history files
.Rhistory
# ignore build files
bin/
*.class
build/
# ignore generated and external files
generated/
src/main/resources/external/*
!external/theme-flatland.js
!external/theme-predawn.js
# ignore gradle files
.gradle/
.gradletasknamecache
gradle-app.setting
misc/svn-build.gradle
## make sure to include this since jars are normally ignored
!gradle-wrapper.jar
# Ignore gradle.properties
gradle.properties
*/gradle.properties
# Ignore application working directory
# Temporarily allowing work dir until I can copy out of a jar file
/work/settings.json
# Ignore logs
*.log
# Ignore generated tex files
docs/final-report/segments/*.tex
docs/final-report/chapters/*.tex
docs/final-report/*.pdf
docs/final-report/*.out
docs/final-report/chapters/segments
docs/test-report/segments/*.tex
docs/test-report/chapters/*.tex
docs/test-report/*.pdf
docs/test-report/*.out
docs/test-report/chapters/segments
docs/user-guide/segments/*.tex
docs/user-guide/chapters/*.tex
docs/user-guide/*.pdf
docs/user-guide/*.out
docs/user-guide/chapters/segments
# Ignore personal helper scripts
copy-settings.sh