Files
nd-wfc/.gitignore
cdemeyer-teachx 76ad49b05a wfc compiled
2025-08-24 17:15:09 +09:00

76 lines
756 B
Plaintext

# Build directories
build/
cmake-build-*/
out/
bin/
lib/
# IDE and editor files
.idea/
*.swp
*.swo
*~
.specstory/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
# 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
# Google Test
googletest/
# Third party libraries (if downloaded)
thirdparty/*/build/
thirdparty/*/install/
# Logs
*.log
# Temporary files
*.tmp
*.temp