mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 14:09:43 +00:00
59 lines
490 B
Plaintext
59 lines
490 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-*/
|
|
docs/doxyconfig*
|
|
|
|
# npm
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Dummy macOS files
|
|
.DS_Store
|
|
|
|
# Python
|
|
*.pyc
|
|
venv/
|