9b18a32b0c
Plutonium is now downloaded at build time via ExternalProject_Add (GIT_REPOSITORY + GIT_TAG) instead of being a git submodule. Removes lib/, .gitmodules, and the linguist-vendored entry for it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
452 B
Plaintext
53 lines
452 B
Plaintext
.DS_Store
|
|
.serena
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Switch build artifacts
|
|
*.nro
|
|
*.nso
|
|
*.pfs0
|
|
*.nacp
|
|
*.elf
|
|
*.lst
|
|
*.map
|
|
|
|
# CMake
|
|
build/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
.cache/
|