-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
70 lines (64 loc) · 1.11 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
Meta
doc
# C++ compiled files
*.o
*.so
*.dll
# temporary files
Rplots.pdf
inst/scripts/*.Rout
/aoh.R
/customization.R
# R profile files
*.Rproj.user
*.Rhistory
.Rproj.user
# log files
gurobi.log
test.log
check.log
spell.log
gp.log
examples.log
aoh-data.Rout
jung-lvl1-habitat-data.Rout
jung-lvl1-habitat-data.Rout
jung-plvl1-habitat-data.Rout
lumbierres-habitat-data.Rout
preprocess-elevation-data.Rout
builtin-data.Rout
aoh-data-amphibians.Rout
aoh-data-birds.Rout
aoh-data-birds-part-1.Rout
aoh-data-birds-part-2.Rout
aoh-data-birds-part-3.Rout
aoh-data-birds-part-4.Rout
aoh-data-birds-part-5.Rout
aoh-data-birds-part-6.Rout
aoh-data-mammals.Rout
aoh-data-reptiles.Rout
frc-data-amphibians.Rout
frc-data-birds.Rout
frc-data-birds-part-1.Rout
frc-data-birds-part-2.Rout
frc-data-birds-part-3.Rout
frc-data-birds-part-4.Rout
frc-data-birds-part-5.Rout
frc-data-birds-part-6.Rout
frc-data-mammals.Rout
frc-data-reptiles.Rout
iucn-species-list.csv
# system files
.directory
# do not ignore the following files
!.gitkeep
!*/
!inst/doc/*.html
!inst/doc/*.Rmd
!inst/doc/.gitkeep
# devtools files
doc/*
Meta/*
.build.timestamp
/doc/
/Meta/