commit 71780bae9d4575d8cdc11b9c2014eaf4e405baf3 parent c84e89a8004432b711ad8d780998d718966f73d4 Author: hhvn <dev@hhvn.uk> Date: Wed, 23 Nov 2022 20:22:50 +0000 Move data/ gitignores to data/.gitignore Diffstat:
M | .gitignore | | | 3 | --- |
M | data/.gitignore | | | 1 | + |
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,7 +1,4 @@ *.o -data/*.o -data/*.h -data/*.c data/sol data/worlds.tsv db/dbtool diff --git a/data/.gitignore b/data/.gitignore @@ -1 +1,2 @@ *.h +*.o