Populated .gitignore
This commit is contained in:
parent
ab76583722
commit
ad5f5eb921
1 changed files with 24 additions and 0 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -0,0 +1,24 @@
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
bin/
|
||||||
|
*.out
|
||||||
|
# Symbolic link to binary for convenient testing
|
||||||
|
./zona
|
||||||
|
|
||||||
|
# Logs and debug information
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Temporary files and directories
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Go modules and caches
|
||||||
|
go.sum
|
Loading…
Add table
Add a link
Reference in a new issue