mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 01:36:39 +08:00
Merge branch 'master' of github.com:koalaman/shellcheck
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
*.hi
|
||||||
|
*.o
|
||||||
|
.tests
|
||||||
|
jsoncheck
|
||||||
|
shellcheck
|
||||||
|
dist
|
2
Makefile
2
Makefile
@@ -18,6 +18,6 @@ jsoncheck: regardless
|
|||||||
./test/runQuack && touch .tests
|
./test/runQuack && touch .tests
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f .tests shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
|
rm -f .tests dist shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
|
||||||
|
|
||||||
regardless:
|
regardless:
|
||||||
|
Reference in New Issue
Block a user