summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-07-23 20:23:18 +0000
committerNiklas Haas <github-daiK1o@haasn.dev>2023-10-23 13:03:29 +0200
commit3ad384a768bef08f1fa088ec6e989e2452e201c3 (patch)
tree4826f081cf8233b76cf1cc3e685b88c1ac6c0383 /.gitignore
parent0a799547aa601b75705900772b343e9c9f1da150 (diff)
downloadmpv-3ad384a768bef08f1fa088ec6e989e2452e201c3.tar.bz2
mpv-3ad384a768bef08f1fa088ec6e989e2452e201c3.tar.xz
.gitignore: ignore subprojects but allow later overriding
a rule without * prevents later overriding it with ! to exclude.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0bec5eac13..ad7e257933 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/subprojects
+/subprojects/*