mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-26 00:01:13 -05:00
Update .gitignore
This commit is contained in:
parent
5cc5a3d412
commit
9a0ffa9379
137
.gitignore
vendored
137
.gitignore
vendored
|
|
@ -1,115 +1,32 @@
|
||||||
# Prerequisites #
|
# Exclude everything
|
||||||
#################
|
/*
|
||||||
*.d
|
|
||||||
|
|
||||||
# Object files #
|
# Except for default project files
|
||||||
################
|
!/.github
|
||||||
*.o
|
!/build-aux
|
||||||
*.ko
|
!/cmake
|
||||||
*.obj
|
!/data
|
||||||
*.elf
|
!/deps
|
||||||
*.slo
|
!/forms
|
||||||
*.lo
|
!/lib
|
||||||
*.obj
|
!/module
|
||||||
|
!/plugins
|
||||||
|
!/tests
|
||||||
|
!.clang-format
|
||||||
|
!.cmake-format.json
|
||||||
|
!.gitignore
|
||||||
|
!BUILDING.md
|
||||||
|
!buildspec.json
|
||||||
|
!CMakeLists.txt
|
||||||
|
!CMakePresets.json
|
||||||
|
!LICENSE
|
||||||
|
!README.md
|
||||||
|
|
||||||
# Linker output #
|
# Exclude lock files
|
||||||
#################
|
*.lock.json
|
||||||
*.ilk
|
|
||||||
*.map
|
|
||||||
*.exp
|
|
||||||
|
|
||||||
# Precompiled Headers #
|
# Exclude macOS legacy resource forks
|
||||||
#######################
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Libraries #
|
|
||||||
#############
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
*.la
|
|
||||||
*.lo
|
|
||||||
*.lai
|
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs) #
|
|
||||||
######################################
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables #
|
|
||||||
###############
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
*.i*86
|
|
||||||
*.x86_64
|
|
||||||
*.hex
|
|
||||||
|
|
||||||
# Debug files #
|
|
||||||
###############
|
|
||||||
*.dSYM/
|
|
||||||
*.su
|
|
||||||
*.idb
|
|
||||||
*.pdb
|
|
||||||
|
|
||||||
# CMake temp files #
|
|
||||||
####################
|
|
||||||
CMakeLists.txt.user
|
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
CMakeScripts
|
|
||||||
Testing
|
|
||||||
Makefile
|
|
||||||
cmake_install.cmake
|
|
||||||
install_manifest.txt
|
|
||||||
compile_commands.json
|
|
||||||
CTestTestfile.cmake_install
|
|
||||||
|
|
||||||
# OS generated files #
|
|
||||||
######################
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
|
||||||
._*
|
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
ehthumbs.db
|
|
||||||
Thumbs.db
|
|
||||||
*.directory
|
|
||||||
*.generated.*
|
|
||||||
**/.Brewfile.lock.json
|
|
||||||
|
|
||||||
# backup text files generated by an editor #
|
# Exclude CMake build number cache
|
||||||
############################################
|
/cmake/.CMakeBuildNumber
|
||||||
**/*~
|
|
||||||
|
|
||||||
# Various IDE Files #
|
|
||||||
#####################
|
|
||||||
.classpath
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
.idea
|
|
||||||
.metadata
|
|
||||||
.vscode
|
|
||||||
*.iml
|
|
||||||
*.ipr
|
|
||||||
*.sublime*
|
|
||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
!.vscode/*.code-snippets
|
|
||||||
.history/
|
|
||||||
*.vsix
|
|
||||||
forms/advanced-scene-switcher.ui.autosave
|
|
||||||
|
|
||||||
# Directories #
|
|
||||||
###############
|
|
||||||
*~
|
|
||||||
.DS_Store
|
|
||||||
/build/
|
|
||||||
/build_*/
|
|
||||||
/release/
|
|
||||||
/installer/Output/
|
|
||||||
Loading…
Reference in New Issue
Block a user