forked from TrueCloudLab/frostfs-s3-gw
[#579] Remove cache dir at cleanup
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
aaddc0a1f7
commit
06d0c506d9
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ vendor
|
|||
# tempfiles
|
||||
.DS_Store
|
||||
*~
|
||||
.cache
|
||||
|
||||
# binary
|
||||
bin/
|
||||
|
|
1
Makefile
1
Makefile
|
@ -109,6 +109,7 @@ version:
|
|||
|
||||
# Clean up
|
||||
clean:
|
||||
rm -rf .cache
|
||||
rm -rf $(BINDIR)
|
||||
|
||||
protoc:
|
||||
|
|
Loading…
Reference in a new issue