mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-31 20:27:52 +00:00
81cbc3fa15
* Initial flatpak support * Fix compatibility list directory * Hard-code SSH mount location * Add workaround documentation * Change SSH repo directory * Change SSH repo directory (again) * Fix variable name * Remove temporary testing branch placeholder * Use a flatpak-specific docker image * Enable network access during the flatpak build so we can download compatibility list the right way * Fix flatpak tag support * Fix typo * Use cloned git for the build * Change SSH repo location * Disable shallow git cloning, needed for tagged building
39 lines
592 B
Text
39 lines
592 B
Text
# Build directory
|
|
[Bb]uild/
|
|
doc-build/
|
|
|
|
# Generated source files
|
|
src/common/scm_rev.cpp
|
|
.travis.descriptor.json
|
|
|
|
# Project/editor files
|
|
*.swp
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
CMakeLists.txt.user*
|
|
|
|
# *nix related
|
|
# Common convention for backup or temporary files
|
|
*~
|
|
|
|
# Visual Studio CMake settings
|
|
CMakeSettings.json
|
|
|
|
# OSX global filetypes
|
|
# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc)
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Windows global filetypes
|
|
Thumbs.db
|
|
|
|
# Python files
|
|
*.pyc
|
|
|
|
# Flatpak generated files
|
|
.flatpak-builder/
|
|
repo/
|