mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-18 11:39:31 +01:00
Update .gitignore
This commit is contained in:
parent
e33590bff9
commit
034b032cfa
154
.gitignore
vendored
154
.gitignore
vendored
@ -1,80 +1,116 @@
|
|||||||
# This file is used to ignore files which are generated
|
# This file is used to ignore files which are generated
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
||||||
*~
|
# Build
|
||||||
*.autosave
|
build/
|
||||||
*.a
|
bin/
|
||||||
*.core
|
|
||||||
*.moc
|
# CMake
|
||||||
|
CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
Makefile*
|
||||||
|
Testing
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
CTestTestfile.cmake
|
||||||
|
_deps
|
||||||
|
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.orig
|
|
||||||
*.rej
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*_pch.h.cpp
|
*.dylib
|
||||||
*_resource.rc
|
*.dll
|
||||||
*.qm
|
|
||||||
.#*
|
# Fortran module files
|
||||||
*.*#
|
*.mod
|
||||||
core
|
*.smod
|
||||||
!core/
|
|
||||||
tags
|
# Compiled Static libraries
|
||||||
.DS_Store
|
*.lai
|
||||||
.directory
|
*.la
|
||||||
*.debug
|
*.a
|
||||||
Makefile*
|
*.lib
|
||||||
*.prl
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# Dump files
|
||||||
|
core
|
||||||
|
*.core
|
||||||
|
*.stackdump
|
||||||
|
|
||||||
|
# Qt
|
||||||
|
*build-*
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
ui_*.h
|
moc_*.h
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
Thumbs.db
|
ui_*.h
|
||||||
*.res
|
*.moc
|
||||||
*.rc
|
*.qm
|
||||||
/.qmake.cache
|
|
||||||
/.qmake.stash
|
|
||||||
*.spec
|
|
||||||
*.nsi
|
|
||||||
*.plist
|
|
||||||
maketarball.sh
|
|
||||||
dist/macos/create-dmg.sh
|
|
||||||
dist/debian/changelog
|
|
||||||
dist/pacman/PKGBUILD
|
|
||||||
|
|
||||||
# qtcreator generated files
|
# QtCreator
|
||||||
*.pro.user*
|
CMakeLists.txt.user*
|
||||||
|
*.pro.user
|
||||||
|
*.pro.user.*
|
||||||
|
*creator.user*
|
||||||
|
target_wrapper.*
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
# xemacs temporary files
|
# Temporary files
|
||||||
|
*~
|
||||||
|
*.autosave
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
.*.kate-swp
|
||||||
|
.swp.*
|
||||||
|
.*.swp
|
||||||
*.flc
|
*.flc
|
||||||
|
|
||||||
# Vim temporary files
|
# Directory files
|
||||||
.*.swp
|
.directory
|
||||||
|
.DS_Store
|
||||||
# Visual Studio generated files
|
Thumbs.db
|
||||||
*.ib_pdb_index
|
|
||||||
*.idb
|
|
||||||
*.ilk
|
|
||||||
*.pdb
|
|
||||||
*.sln
|
|
||||||
*.suo
|
|
||||||
*.vcproj
|
|
||||||
*vcproj.*.*.user
|
|
||||||
*.ncb
|
|
||||||
*.sdf
|
|
||||||
*.opensdf
|
|
||||||
*.vcxproj
|
|
||||||
*vcxproj.*
|
|
||||||
|
|
||||||
# MinGW generated files
|
# MinGW generated files
|
||||||
*.Debug
|
*.Debug
|
||||||
*.Release
|
*.Release
|
||||||
|
|
||||||
# Python byte code
|
# Package files
|
||||||
*.pyc
|
*.spec
|
||||||
|
*.nsi
|
||||||
|
*.plist
|
||||||
|
|
||||||
# Binaries
|
# Stuff in dist
|
||||||
# --------
|
maketarball.sh
|
||||||
*.dll
|
create-dmg.sh
|
||||||
*.exe
|
changelog
|
||||||
|
PKGBUILD
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
translations.pot
|
||||||
|
|
||||||
|
# Snap
|
||||||
|
parts/
|
||||||
|
prime/
|
||||||
|
stage/
|
||||||
|
*.snap
|
||||||
|
/snap/.snapcraft/
|
||||||
|
/*_source.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user