24 lines
255 B
Plaintext
24 lines
255 B
Plaintext
|
*.o
|
||
|
*.dol
|
||
|
*.elf
|
||
|
*.map
|
||
|
build/
|
||
|
|
||
|
# CMake
|
||
|
|
||
|
/cmake-build-debug
|
||
|
/cmake-build-release
|
||
|
CMakeLists.txt.user
|
||
|
CMakeCache.txt
|
||
|
CMakeFiles
|
||
|
CMakeScripts
|
||
|
Testing
|
||
|
cmake_install.cmake
|
||
|
install_manifest.txt
|
||
|
compile_commands.json
|
||
|
CTestTestfile.cmake
|
||
|
_deps
|
||
|
|
||
|
# IDE stuff
|
||
|
|
||
|
/.idea
|