Skip to content

Commit

Permalink
Tests - Add command to remove unused files from QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 23, 2023
1 parent 3ec812b commit 6665c04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/qgis-projects/tests/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SHELL:=bash
.ONESHELL:
.PHONY: env

clean:
find . -name "*.qgs~" -type f -delete
find . -name "*-shm" -type f -delete
find . -name "*-wal" -type f -delete
find . -name "*_attachments.zip" -type f -delete

0 comments on commit 6665c04

Please sign in to comment.