melonds-ds/.gitignore

42 lines
462 B
Plaintext
Raw Permalink Normal View History

2023-03-06 19:15:38 +00:00
# CMake
2023-03-01 22:49:15 +00:00
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
2024-10-17 02:09:41 +00:00
CMakeUserPresets.json
2023-03-01 22:49:15 +00:00
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2023-03-06 19:15:38 +00:00
cmake-build-*
2023-11-03 20:50:57 +00:00
__cmake_systeminformation
Authors.txt
SystemInformation.in
2023-03-06 19:15:38 +00:00
# JetBrains
2023-03-27 18:19:24 +00:00
.idea/
2023-10-26 21:24:16 +00:00
fileList*.txt
2023-03-27 18:19:24 +00:00
# Build System
2023-10-18 00:40:18 +00:00
artifact
build
2023-11-03 20:50:57 +00:00
melondsds-LICENSE.txt
melondsds_libretro.info
out.txt
2023-10-18 00:40:18 +00:00
# Tracy
2023-10-26 21:24:16 +00:00
*.tracy
# Archives
*.7z
*.zip
2023-11-03 20:50:57 +00:00
*.tar
# Act
.actrc
2024-03-10 19:57:49 +00:00
# Python
venv*