New-Cli-Installer/.gitignore

48 lines
497 B
Plaintext
Raw Normal View History

2021-11-26 02:34:58 +08:00
*.DS_Store
*.dump
*.ctu-info
.cache
.idea
2022-01-28 07:19:24 +08:00
build.sh
2021-11-26 02:34:58 +08:00
build
2021-11-26 02:39:28 +08:00
cmake-build-release
cmake-build-debug
subprojects/cpr
subprojects/fmt
subprojects/ftxui
subprojects/nlohmann_json-*
2021-12-19 19:41:05 +08:00
subprojects/spdlog
subprojects/simdjson
subprojects/packagecache
2021-11-26 02:34:58 +08:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
2021-11-25 22:00:14 +08:00
*.obj
2021-11-26 02:34:58 +08:00
# Precompiled Headers
*.gch
*.pch
2021-11-25 22:00:14 +08:00
2021-11-26 02:34:58 +08:00
# Compiled Dynamic libraries
*.so
*.dylib
2021-11-25 22:00:14 +08:00
2021-11-26 02:34:58 +08:00
# Fortran module files
*.mod
*.smod
2021-11-25 22:00:14 +08:00
2021-11-26 02:34:58 +08:00
# Compiled Static libraries
*.lai
*.la
*.a
2021-11-25 22:00:14 +08:00
2021-11-26 02:34:58 +08:00
# Executables
*.exe
*.out
*.app