Remove _build directory in clean (for dpkg-buildpackage)

This commit is contained in:
Pirate Praveen 2023-07-10 18:57:45 +05:30
parent 81eef67aeb
commit 97e30b9257
No known key found for this signature in database
GPG Key ID: 8F53E0193B294B75
1 changed files with 4 additions and 0 deletions

4
debian/clean vendored
View File

@ -1,6 +1,10 @@
## Debian CI:
debian/.gitlab-ci.yml
# Build directory
_build/
# We don't need lint tasks
lib/tasks/haml-lint.rake
lib/tasks/rubocop.rake
lib/tasks/scss-lint.rake