-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
26 lines (21 loc) · 919 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# referenced tools and packages:
# - bundleFiles : github.com/nickwells/shell.scripts/bundleFiles
# - gosh : github.com/nickwells/utilities/gosh
# - findCmpRm - github.com/nickwells/utilities/findCmpRm
# - testhelper - github.com/nickwells/testhelper.mod/testhelper
# bundle.out is the default file created by bundleFiles
bundle.out
# The following entry is to exclude temporary files created by emacs if
# the file has been modified but not saved
.#*
# Files ending with the suffix .orig are generated by
# - the testhelper package when updating golden file
# - the gosh command's in-place editing feature
# They should be tidied up using the findCmpRm command
*.orig
# Files ending with the suffix .badResults are generated by
# - the testhelper package when preserving differences from the golden file
**/testdata/**/*.badResults
# go.work files should not be preserved in git
go.work
go.work.sum