gitignore: remove Makefile from tracking

This commit is contained in:
Xurkon
2026-05-16 07:59:57 -05:00
parent d0d000cf3f
commit 3fff65b66f
2 changed files with 1 additions and 26 deletions
+1
View File
@@ -40,6 +40,7 @@ Tools/
Tests/
tests/
.busted
Makefile
selene.toml
wow_classic.yml
workflow/
-26
View File
@@ -1,26 +0,0 @@
# Makefile for Questie-X development tasks
# Requires: lua5.1, busted, selene
BUSTED := busted
SELENE := selene
.PHONY: test test-verbose lint ci clean
# Run all Busted unit tests
test:
$(BUSTED)
# Run tests with verbose output
test-verbose:
$(BUSTED) --verbose
# Run selene linter with WoW Classic ruleset
lint:
$(SELENE) --config selene.toml .
# CI: run lint + test
ci: lint test
# Clean up temporary/generated files
clean:
rm -f luac.out *.bak