+26
.gitignore
+26
.gitignore
···
1
+
*.o
2
+
*.a
3
+
*.pyc
4
+
#*#
5
+
*~
6
+
*.swp
7
+
.*
8
+
*.tmp
9
+
*.old
10
+
*.profile
11
+
*.bkp
12
+
*.bak
13
+
[Tt]humbs.db
14
+
*.DS_Store
15
+
build/
16
+
_build/
17
+
src/build/
18
+
*.log
19
+
*.db
20
+
/data/
21
+
test-coverage.out
22
+
23
+
# Don't ignore this file itself, or other specific dotfiles
24
+
!.gitignore
25
+
!.github/
26
+
!.golangci.yaml
+5
README.md
+5
README.md