Page MenuHomePhabricator

Fixup .git_ignore and configure.ac
ClosedPublic

Authored by schancel on Dec 21 2017, 15:36.

Details

Summary

.git_ignore and configure.ac had some dangling references to
the qa folder. This commit addresses those.

Test Plan
./autogen.sh && mkdir -p tmpbuild && cd tmpbuild && \
  ../configure && make -j8 && ./test/pull-tester/rpc-tests.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 21 2017, 15:40
This revision was automatically updated to reflect the committed changes.