gbemu/.gitignore

50 lines
476 B
Plaintext
Raw Permalink Normal View History

2025-01-30 08:26:31 -07:00
# ---> CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2025-01-30 14:30:19 -07:00
build/
2025-02-13 14:16:37 -07:00
.cache/
2025-01-30 08:26:31 -07:00
# ---> C++
# 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