86Box/.gitignore
Jordi Guillaumes i Pons 52b0e54fd7 VDE networking support
Adds VDE (https://github.com/virtualsquare/vde-2) support to 86Box.
- Adds new networking type
- Modifies networking configuration dialog
- Adds CMake Presets to build and debug under MacOS
2023-05-04 21:12:13 +02:00

61 lines
740 B
Text

# CMake
CMakeUserPresets.json
CMakeCache.txt
CMakeFiles
/build
Makefile
*.a
/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/roms/
/src/screenshots/
# Build scripts
/archive_tmp
/archive_tmp_universal
/static2dll.*
/VERSION
*.zip
*.tar
*.tar.*
*.AppImage
/appimage-builder-cache
/appimage-build
/AppImageBuilder-generated.yml
# Visual Studio Code
/.vs
/.vscode
/out
# Windows resource compiler
RC*
# Qt Creator
CMakeLists.txt.user
# Debian builder
/debian/*.log
/debian/*.substvars
/debian/.debhelper
/debian/86box
/debian/debhelper-build-stamp
/debian/files
/obj-*-linux-gnu
# MacOS Finder stuff
.DS_Store