aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 040286b6c4167031e991cc2d4a6851d02d76995d (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
.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

# Perl Inline module
_Inline

# Rust languageoutput directory
target/