sq/.gitignore
Neil O'Toole 452a91547c
Better handling of download cache refresh (#366)
* A failed download cache refresh no longer destroys the previous cache.
2024-01-26 15:18:38 -07:00

62 lines
749 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
/cache
*.exe
*.test
*.prof
.DS_Store
/.run
/.idea
/grammar/build
*/~test$*
/dist
/dist-*
/projectFilesBackup
/*.iml
/.swp
/sq
/demo
/scratch
.envrc
**/*.bench
go.work*
# Some apps create temp files when editing, e.g. Excel with drivers/xlsx/testdata/~$test_header.xlsx
**/testdata/~*
gorelease-snapshot.sh
magefile_local.go
.goreleaser-local.yml
apt-install.sh
yum-install.sh
goreleaser-test.sh
/.vscode
/completions
/manpages
/cli/test.db
/*.db
/.CHANGELOG.delta.md
/testh/progress-remove.test.sh