Skip to content

Commit

Permalink
misc: update .gitignore to parity with boulder (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggsampler authored and Daniel McCarney committed Aug 5, 2019
1 parent 9b54f0d commit c4a4416
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
*.o
*.a
*.so
*.pyc

# Folders
_obj
_test
bin
.gocache

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

# Vim swap files
*.sw?

*.cgo1.go
*.cgo2.c
_cgo_defun.c
Expand All @@ -19,6 +25,15 @@ _cgo_export.*

_testmain.go

*.sw?
*.exe
*.test
*.prof
*.coverprofile

tags

# IDE support files
.idea

.vscode/*

0 comments on commit c4a4416

Please sign in to comment.