Skip to content

Commit 3efaf7b

Browse files
committed
Fix clean after test
1 parent 00eadea commit 3efaf7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
mkspiffs
33
mkspiffs.exe
44
out.*
5+
*.tar.gz

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ test: $(TARGET)
7777
./mkspiffs -l -s 0x80000 -p 512 -b 0x2000 out.spiffs | cut -f 2 | sort > out.list2
7878
diff out.list0 out.list1
7979
diff out.list0 out.list2
80-
rm -f out.list{0,1,2}
80+
rm -f out.{list0,list1,list2,spiffs}

0 commit comments

Comments
 (0)