melonds-ds/.gitignore
Rob Loach 9d01ffb6ae gitignore: Add CMake's "build" directory to gitignore
`build` is often considered the default build directory for cmake. This change adds "build" to the gitignore file so that it doesn't appear in git diffs.
2024-01-14 19:30:00 -05:00

39 lines
425 B
Plaintext

# CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
cmake-build-*
__cmake_systeminformation
Authors.txt
SystemInformation.in
# JetBrains
.idea/
fileList*.txt
# Build System
artifact
build
melondsds-LICENSE.txt
melondsds_libretro.info
out.txt
# Tracy
*.tracy
# Archives
*.7z
*.zip
*.tar
# Act
.actrc