86Box/.gitignore
2021-11-17 18:45:20 -03:00

40 lines
417 B
Text

# CMake
/CMakeUserPresets.json
/CMakeCache.txt
/build
CMakeFiles
Makefile
*.a
*.cmake
/src/*.exe
/src/86Box
/src/include/86box/version.h
# Legacy Makefile
/src/*.o
/src/*.d
/src/*.res
/src/*.dll
/src/NUL
# State
/src/*.cfg
/src/*.log
/src/*.dmp
/src/nvr/
/src/printer/
/src/roms/
/src/screenshots/
# Build scripts
/archive_tmp
/static2dll.*
/VERSION
/target
*.zip
*.tar
*.tar.*
# Visual Studio Code
/.vs
/.vscode