mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
49870baea4
Helps if you have multiple build folders. There are other, dark ways to hide extra build folders from git, but this is better. See: https://github.com/citra-emu/citra/pull/6130
36 lines
633 B
Text
36 lines
633 B
Text
# SPDX-FileCopyrightText: 2013 Citra Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Build directory
|
|
[Bb]uild*/
|
|
doc-build/
|
|
|
|
# Generated source files
|
|
src/common/scm_rev.cpp
|
|
dist/english_plurals/generated_en.ts
|
|
|
|
# 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
|
|
|