mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
1fda6ae4a9
use ranges from c++ 20 fix some bugs
46 lines
469 B
Plaintext
46 lines
469 B
Plaintext
*.DS_Store
|
|
*.dump
|
|
*.ctu-info
|
|
.cache
|
|
.idea
|
|
build
|
|
cmake-build-release
|
|
cmake-build-debug
|
|
subprojects/cpr
|
|
subprojects/fmt
|
|
subprojects/ftxui
|
|
subprojects/nlohmann_json-*
|
|
subprojects/spdlog-*
|
|
subprojects/packagecache
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|