New-Cli-Installer/.gitignore

40 lines
345 B
Plaintext
Raw Normal View History

2021-11-26 02:34:58 +08:00
*.DS_Store
*.dump
*.ctu-info
.cache
.idea
build
2021-11-26 02:39:28 +08:00
cmake-build-release
cmake-build-debug
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