mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
9d01ffb6ae
`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.
39 lines
425 B
Plaintext
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
|