Add `make lint` `.cache/` to `.gitignore` (#8448)
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>pull/8455/head
parent
2bf98d3965
commit
d00e7f8f2a
|
@ -53,4 +53,7 @@ tilt-resources/cloud
|
|||
# test generated files
|
||||
test/e2e/report.xml
|
||||
coverage.out
|
||||
__debug_bin*
|
||||
__debug_bin*
|
||||
|
||||
# make lint cache
|
||||
.cache/
|
||||
|
|
Loading…
Reference in New Issue