mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
4b6ff3797e
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
54 lines
451 B
Plaintext
54 lines
451 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# JetBrains IDE
|
|
.idea/
|
|
|
|
# VSCode IDE
|
|
.vscode/
|
|
|
|
# build directories
|
|
build/
|
|
cmake-*/
|
|
|
|
# npm
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Dummy macOS files
|
|
.DS_Store
|