forked from cropsinsilico/BML-yggdrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 1.04 KB
/
.gitignore
File metadata and controls
55 lines (47 loc) · 1.04 KB
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
## Note: The rules here are mainly rules that should apply to
## particular file names at all levels (e.g. .DS_Store, .RData, *.swp)
## and those concerning files in "canonical" R package directories
## (e.g., in src, vignettes, or inst/doc). Many of the other "ignore"
## rules have been moved to .gitignore files in the subdirectories
## they most directly pertain to. One advantage of this is that if
## those directories should happen to be renamed, the rules pertaining
## to them need not be revised.
# Files generated by C
src/**/*.d
src/**/*.a
src/**/*.o
src/**/*.exe
src/**/*.so
src/**/*.dll
# Files generated by R and Rstudio
*.Rproj*
*.Rhistory
.RData
.Rproj.user
src-i386/
src-x64/
*.bak
# Files generated by knitr and Sweave
vignettes/*.pdf
vignettes/*.png
vignettes/*.tex
vignettes/*.log
vignettes/*.R
vignettes/*.toc
vignettes/*.aux
vignettes/*.out
vignettes/figure/
vignettes/*synctex.gz
cache/
figure/
# Files created by vim
*.swp
*.swo
*~
# Tags file from ctags.
tags
#File from VSC
.vscode
# Files generated by MacOS
.DS_Store
*.dylib