fxsdk/.gitignore
Lephenixnoir 50997a8b75
very crude Windows build (WIP): disable fxlink TUI, gdb bridge
There is no direct replacement for poll() in the Windows API, so I'm
gonna disable the fxlink TUI for now and maybe later figure out how to
do something equivalent, even if more brute-forcey.
2024-09-14 07:26:56 +02:00

14 lines
225 B
Text

# Build directory
build/
build-win64/
# Documentation drafts
doc/
# Python cache
__pycache__
# Configuration files for custom builds using GiteaPC
/giteapc-config.make
/giteapc-config-*.make
!giteapc-config-noudisks2.make