-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·52 lines (44 loc) · 934 Bytes
/
.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
# complied objects
*.so
*.o
*.dll
#*.hpp
#*.cpp
# R outputs that one does not normally want to VC
*.rds
*.pdf
*.png
*.log
# the package directory - sometimes useful sometimes not
#package/
other-code
renv/
ba-template/
old-versions/
txt-notes/
cover-letters/
arxiv-version/
# the tex file for the rmd - useful for me, don't check into the repo
multiple-phi.tex
# the rmd-report cache
rmd-reports/*_cache
rmd-reports/*_cache/*
rmd-reports/*_files
rmd-reports/*_files/*
rmd-reports/*.html
rmd-reports/*.tex
ba-reviews/*_cache
# sometimes these don't get cleaned up properly
*.aux
*.out
.DS_Store
bibliography/multi-phi-bib.bib.original
rstanarm_surv_stan_code.stan
# relent and use rstudio projects to get separate sessions working.
.Rproj.user
2019-10-11_multiple-phi.Rproj
# sublime project to build with correct version of make
multiple-phi.sublime-project
multiple-phi.sublime-workspace
2022-07_response-2.tex
to-BA-journal