Skip to content

Commit c4a4416

Browse files
eggsamplerDaniel McCarney
authored andcommitted
misc: update .gitignore to parity with boulder (#266)
1 parent 9b54f0d commit c4a4416

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
*.o
33
*.a
44
*.so
5+
*.pyc
56

67
# Folders
78
_obj
89
_test
10+
bin
11+
.gocache
912

1013
# Architecture specific extensions/prefixes
1114
*.[568vq]
1215
[568vq].out
1316

17+
# Vim swap files
18+
*.sw?
19+
1420
*.cgo1.go
1521
*.cgo2.c
1622
_cgo_defun.c
@@ -19,6 +25,15 @@ _cgo_export.*
1925

2026
_testmain.go
2127

28+
*.sw?
2229
*.exe
2330
*.test
2431
*.prof
32+
*.coverprofile
33+
34+
tags
35+
36+
# IDE support files
37+
.idea
38+
39+
.vscode/*

0 commit comments

Comments
 (0)