mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-25 21:43:18 -07:00
Database building has been moved away from the build process at least for now, due to the fact lha isn't packaged anywhere.
31 lines
220 B
Plaintext
31 lines
220 B
Plaintext
# GNU C
|
|
*.a
|
|
*.o
|
|
|
|
# Watcom C
|
|
*.err
|
|
*.obj
|
|
*.lnk
|
|
|
|
# Python
|
|
__pycache__
|
|
*.pyc
|
|
|
|
|
|
# cp437 tool
|
|
cp437/cp437
|
|
cp437/cp437.exe
|
|
*_cp437
|
|
|
|
# UEFI
|
|
NvVars
|
|
pci?????.bin
|
|
|
|
# Binaries
|
|
*.exe
|
|
*.com
|
|
*.efi
|
|
pcireg/pcireg
|
|
ac97/ac97
|
|
PCIIDS_*.BIN
|