aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b4eb3ffade1566b21b08afa6a11df337bf4c9a74 (plain)
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
.idea
.precomp/
.DS_Store
.vstags
.vscode
.*.swp
*~
*.class
*.exe
*.o
*.obj
*.ali
*.bak
ch-1
ch-2
ch_1
ch_2
go.mod
go.sum
tags
update

# Perl Inline module
_Inline

# Rust languageoutput directory
target/

# Jupyter notebook directory
.ipynb_checkpoints/

# BBEdit project files
.bbprojectd

# R files
.RData
.Rhistory 

# Files created by nuweb, latex, and tex4ht
*.4ct
*.4tc
*.aux
*.css
*.dvi
*.html
*.idv
*.lg
*.log
*.out
*.tex
*.tmp
*.xdv
*.xref