New-Cli-Installer/.gitignore

55 lines
601 B
Plaintext
Raw Permalink 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/rapidjson
2022-06-08 02:47:05 +08:00
subprojects/range-v3
2022-08-14 05:45:45 +08:00
subprojects/ctre
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
2022-08-09 08:13:25 +08:00
2022-08-09 22:38:05 +08:00
.vagrant
2022-08-10 05:54:24 +08:00
storage.vdi
2022-08-09 08:13:25 +08:00
compile_commands.json