ulib/.gitignore

57 lines
563 B
Plaintext
Raw Normal View History

2023-11-16 07:57:41 +08: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
# ---> CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2023-11-16 14:28:55 +08:00
# Clion
.idea/
2023-12-05 15:46:14 +08:00
cmake-build-*
build/
2023-12-12 10:05:54 +08:00
out/
2023-12-11 11:31:44 +08:00
.cache/
compile_commands.json
2023-12-12 10:05:54 +08:00
cmake-kits.json
CMakeKits.json