mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
55 lines
746 B
Plaintext
55 lines
746 B
Plaintext
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# QtCreator project files
|
|
/swift.pro.user
|
|
/swift.pro.user.*
|
|
|
|
# Out-of-source build tree
|
|
/build*/
|
|
|
|
# Visual Studio stuff
|
|
/.vs/
|
|
/.vscode/
|
|
/CMakeSettings.json
|
|
|
|
# MS tools
|
|
/config.log
|
|
|
|
# Qt Creator
|
|
*.autosave
|
|
|
|
# Mac OS X stuff
|
|
.DS_Store
|
|
|
|
# Windows stuff
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editors temporary files
|
|
*~
|
|
|
|
# Generated installers
|
|
/swiftinstaller-*.run
|
|
/swiftinstaller-*.exe
|
|
/swiftinstaller-*.dmg
|
|
/swiftsymbols-*.tar.gz
|
|
/xswiftbus-*.7z
|
|
|
|
# Python
|
|
/scripts/**/*.pyc
|
|
/scripts/**/__pycache__
|
|
|
|
# VATSIM key
|
|
/vatsim.json
|
|
|
|
# Jetbrains stuff
|
|
.idea/**
|
|
cmake-build-*/
|
|
|
|
# Install folders
|
|
/out/
|
|
/dist/
|
|
CMakeUserPresets.json
|
|
/third_party/externals
|