Update: enhance .gitignore to include Python and Go build outputs
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,2 +1,11 @@
|
|||||||
|
bin
|
||||||
data
|
data
|
||||||
tests
|
tests
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Go build output
|
||||||
|
/src/simple-ca/simple-ca
|
||||||
|
/src/simple-ca/simple-ca.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user