From c4a4416c83dc4c701b7564acc08a6406b8353de7 Mon Sep 17 00:00:00 2001 From: Isaac Truscott Date: Tue, 6 Aug 2019 01:57:34 +1000 Subject: [PATCH] misc: update .gitignore to parity with boulder (#266) --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index daf913b1..b2d61ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -19,6 +25,15 @@ _cgo_export.* _testmain.go +*.sw? *.exe *.test *.prof +*.coverprofile + +tags + +# IDE support files +.idea + +.vscode/*