.gitignore: ignore subprojects but allow later overriding

a rule without * prevents later overriding it with ! to exclude.
This commit is contained in:
psykose
2023-07-23 20:23:18 +00:00
committed by Niklas Haas
parent 0a799547aa
commit 3ad384a768

2
.gitignore vendored
View File

@@ -1 +1 @@
/subprojects
/subprojects/*