-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (56 loc) · 1.49 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
# Always ignore:
_*
.sconsign.dblite
_*
*.hi
*.o
*.pyc
*.Rinc
*.bhtml
*.bhtml.mako
/.Rbuildignore
/travis-tool.sh
/index.t2t
/infotree.yaml
/articles0.xml
/whatsnew0.xml
/media/logo-white.png
/media/logo-black.png
/articles/df0pred-1/lmrandsummary.txt
/articles/df0pred-1/lmsummary.txt
/articles/df0pred-1/lm.txt
/articles/df0pred-1/predict.txt
/articles/df0pred-1/predictdate.txt
#/articles/df0pred-2/main.RData # Commited to speed build.
/articles/df0pred-2/deltasummary.txt
/articles/df0pred-2/df0above5.txt
/articles/df0pred-2/df0first.txt
#/articles/df0pred-3/main.RData # Commited to speed build.
/articles/hedsl-sharedexpenses/results.txt
/articles/hedsl-sharedexpenses/sharedexpenses
# /articles/hedsl-sharedexpenses/sharedexpenses.lhs # Commited to fix weird cycle
/articles/index.t2t
/articles/bugprobhunt/hasbug
/articles/bugprobhunt/r1w1_n4_probabilities.t2t
/articles/bugprobhunt/r1w2_n4_probabilities.t2t
/articles/bugprobhunt/r1w3_n4_probabilities.t2t
/articles/bugprobhunt/r1w3_n4_results.t2t
/articles/bugprobhunt/r1w*_probabilities.csv
/articles/bugprobhunt/r1w*_results.csv
/articles/gpg/index.md
/articles/rust-snippets/*/target
# Ignore only on devel:
index.html
/debian/dists
/articles/df0pred-1/*.png
/articles/df0pred-2/*.png
/articles/df0pred-3/*.png
/articles/bugprobhunt/after*.png
/articles/bugprobhunt/pdens_many.png
/articles/bugprobhunt/r1w3_*.png
/articles/bugprobhunt/tbyn.png
/articles/bugprobhunt/trials*.png
/articles/bugprobhunt/r1w3_n4_results.html
/sitemap.xml
/feeds/*.xml
# End