New-Cli-Installer/.gitignore
Vladislav Nepogodin 76a926f1af
cleanup
2021-11-25 22:39:28 +04:00

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