lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

ignore compiled subdirectory in tests/ #41

Closed da-h closed 1 year ago

da-h commented 1 year ago

This PR ignores the compiled subfolders inside ./tests.

The current test-setup is to put all intermediate files for building into a folder called compiled. While we could move that to /tmp, I personally find it good to have the files right besides the tests for further inspection when something goes wrong.