86Box/.gitignore

40 lines
409 B
Text
Raw Normal View History

2021-11-08 16:21:28 -05:00
# CMake
2021-11-05 19:48:56 -04:00
/CMakeUserPresets.json
/CMakeCache.txt
2021-11-08 16:21:28 -05:00
/build
2021-11-05 19:48:56 -04:00
CMakeFiles
Makefile
2021-11-08 16:21:28 -05:00
*.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
2021-11-17 16:01:15 -05:00
*.zip
*.tar
*.tar.*
2021-11-08 16:21:28 -05:00
# Visual Studio Code
/.vs
/.vscode