aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:30:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:30:20 +1200
commit2abcabb1725a0f4af7776ce799d4c63a74f294c6 (patch)
treedda2db0db399b78da6ff8cf2509f7266e01aa7ec
parentMerge branch 'release/v1.0.0' (diff)
downloaddoomsh-2abcabb1725a0f4af7776ce799d4c63a74f294c6.tar.gz
doomsh-2abcabb1725a0f4af7776ce799d4c63a74f294c6.zip
Make paths to ignored files absolute
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0180353..416ecc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-tests/files
-tests/mem
-tests/stack
-tests/write
+/tests/files
+/tests/mem
+/tests/stack
+/tests/write