sq/.gitignore
Neil O'Toole 2ba633fc2a
#258: Alias can be an arbitrary string. (#259)
* Fixed space issues with expressions

* Alias can now be an arbitrary string

* Alias can now be an arbitrary string (fixed)

* Alias now automatically applied to expressions

* Ignore .run

* Fixed issue with TestRun not logging correctly to testing.T

* Fiddling with sqlite3 temp file closing

* Re-enable tests
2023-06-18 00:05:09 -06:00

56 lines
683 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
*.exe
*.test
*.prof
.DS_Store
/.run
/.idea
/grammar/build
*/~test$*
/dist
/dist-*
/projectFilesBackup
/*.iml
/.swp
/sq
/demo
/scratch
# 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