gitignore file for Go Projects
Category : Supporting Scripts
This is a gitignore file for a Go project to ensure temporary files and build files are not added to git repository commits.
# Binaries, plugins, libs
*.dll
*.dylib
*.exe
*.exe~
*.so
# Testing
*.test
*.tmp