86Box/.gitignore

68 lines
782 B
Text
Raw Normal View History

2021-11-08 16:21:28 -05:00
# CMake
CMakeUserPresets.json
CMakeCache.txt
2021-11-05 19:48:56 -04:00
CMakeFiles
/build
2021-11-05 19:48:56 -04:00
Makefile
2021-11-08 16:21:28 -05:00
*.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
2021-11-08 16:21:28 -05:00
/static2dll.*
/VERSION
2021-11-17 16:01:15 -05:00
*.zip
*.tar
*.tar.*
2022-02-12 11:09:51 -05:00
*.AppImage
/appimage-builder-cache
/appimage-build
/AppImageBuilder-generated.yml
2021-11-08 16:21:28 -05:00
# Visual Studio Code
/.vs
/.vscode
/out
# Windows resource compiler
RC*
2021-12-22 14:56:56 -05:00
# Qt Creator
CMakeLists.txt.user
2022-10-19 17:19:44 -04:00
# Debian builder
/debian/*.log
/debian/*.substvars
/debian/.debhelper
/debian/86box
/debian/debhelper-build-stamp
/debian/files
/obj-*-linux-gnu
# MacOS Finder stuff
.DS_Store
2024-03-12 09:38:52 -04:00
# clangd
.cache
# Jetbrains CLion
.idea