mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
40 lines
345 B
Plaintext
40 lines
345 B
Plaintext
*.DS_Store
|
|
*.dump
|
|
*.ctu-info
|
|
.cache
|
|
.idea
|
|
build
|
|
cmake-build-release
|
|
cmake-build-debug
|
|
|
|
# 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
|