allow playground/ directory for testing stuff

This commit is contained in:
Adam Spiers 2024-04-07 14:09:15 +01:00
parent a7c251c316
commit 001b287b1b
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
/bin/stow /bin/stow
/doc/stow.info /doc/stow.info
/doc/version.texi /doc/version.texi
/playground/
tmp-testing-trees/ tmp-testing-trees/
_build/ _build/
autom4te.cache/ autom4te.cache/

View file

@ -85,6 +85,11 @@ or to run the whole suite:
However currently there is an issue where this interferes with However currently there is an issue where this interferes with
`TEST_VERBOSE`. `TEST_VERBOSE`.
If you want to create test files for experimentation, it is
recommended to put them in a subdirectory called `playground/` since
this will be automatically ignored by git and the build process,
avoiding any undesirable complications.
Translating Stow Translating Stow
---------------- ----------------

View file

@ -89,6 +89,7 @@ tmp-testing-trees
^.travis.yml ^.travis.yml
^docker/ ^docker/
^[a-zA-Z]*-docker.sh ^[a-zA-Z]*-docker.sh
^playground/
# Avoid development config # Avoid development config
^.dir-locals.el ^.dir-locals.el