git: Update gitignore files
We were overly matching in some cases by not starting with a slash. This updates a few other cases too.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -5,18 +5,18 @@
|
|||||||
.envrc
|
.envrc
|
||||||
old/
|
old/
|
||||||
tmp/
|
tmp/
|
||||||
vendor/
|
/vendor/
|
||||||
*WIP
|
*WIP
|
||||||
*_stringer.go
|
*_stringer.go
|
||||||
mgmt
|
/mgmt
|
||||||
mgmt.static
|
/mgmt.static
|
||||||
# crossbuild artifacts
|
# crossbuild artifacts
|
||||||
build/mgmt-*
|
/build/mgmt-*
|
||||||
mgmt.iml
|
mgmt.iml
|
||||||
rpmbuild/
|
/rpmbuild/
|
||||||
releases/
|
/releases/
|
||||||
pprof/
|
/pprof/
|
||||||
sites/
|
/sites/
|
||||||
# vim swap files
|
# vim swap files
|
||||||
.*.sw[op]
|
.*.sw[op]
|
||||||
# prevent `echo foo 2>1` typo errors by making this file read-only
|
# prevent `echo foo 2>1` typo errors by making this file read-only
|
||||||
|
|||||||
2
engine/resources/http_ui/.gitignore
vendored
2
engine/resources/http_ui/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
main.wasm
|
/main.wasm
|
||||||
|
|||||||
2
lang/core/.gitignore
vendored
2
lang/core/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
generated_funcs.go
|
/generated_funcs.go
|
||||||
|
|||||||
2
lang/interpolate/.gitignore
vendored
2
lang/interpolate/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
parse.generated.go
|
/parse.generated.go
|
||||||
|
|||||||
6
lang/parser/.gitignore
vendored
6
lang/parser/.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
lexer.nn.go
|
/lexer.nn.go
|
||||||
y.go
|
/y.go
|
||||||
y.output
|
/y.output
|
||||||
|
|||||||
2
test/.gitignore
vendored
2
test/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
reflowed-comments
|
/reflowed-comments
|
||||||
|
|||||||
2
test/shell/.gitignore
vendored
2
test/shell/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
mgmt
|
/mgmt
|
||||||
|
|||||||
Reference in New Issue
Block a user