]> git.wincent.com - docvim.git/commit
Attempt workaround for cyclic update issue
authorGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 21:59:11 +0000 (14:59 -0700)
committerGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 21:59:11 +0000 (14:59 -0700)
commit8c9e6de60df47b5f8b0183bdf81b22e9b72863be
tree598e399dac1b66a5b87bd526914d8c3db29b2a82
parente591a26027b65730dfb58355ae14ada460d3b8b3
Attempt workaround for cyclic update issue

On the one hand, I like the simplicity of keeping all
the files in the input dirs (and also the fact that it
exercises the logic that targets only .vim files), but
I don't want to deal with cyclic updates, so let's just
pretend these files don't exist.
tests/fixtures/integration/.gitignore [new file with mode: 0644]
tests/fixtures/integration/ferret/input/README.md [deleted file]
tests/fixtures/integration/ferret/input/doc/.gitignore [deleted file]
tests/fixtures/integration/ferret/input/doc/ferret.txt [deleted file]
tests/fixtures/integration/scalpel/input/README.md [deleted file]
tests/fixtures/integration/scalpel/input/doc/.gitignore [deleted file]
tests/fixtures/integration/scalpel/input/doc/scalpel.txt [deleted file]