strawberry-audio-player-win.../.gitignore

126 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-02-27 18:06:05 +01:00
# This file is used to ignore files which are generated
# ----------------------------------------------------------------------------
2019-02-22 20:08:43 +01:00
# Build
build/
bin/
# 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
2018-02-27 18:06:05 +01:00
*.o
*.obj
2019-02-22 20:08:43 +01:00
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
2018-02-27 18:06:05 +01:00
*.so
*.so.*
2019-02-22 20:08:43 +01:00
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
2018-02-27 18:06:05 +01:00
*.app
2019-02-22 20:08:43 +01:00
# Dump files
*.core
*.stackdump
# Qt
*build-*
2018-02-27 18:06:05 +01:00
moc_*.cpp
2019-02-22 20:08:43 +01:00
moc_*.h
2018-02-27 18:06:05 +01:00
qrc_*.cpp
2019-02-22 20:08:43 +01:00
ui_*.h
*.moc
*.qm
2018-02-27 18:06:05 +01:00
2019-02-22 20:08:43 +01:00
# QtCreator
CMakeLists.txt.user*
*.pro.user
*.pro.user.*
*creator.user*
target_wrapper.*
compile_commands.json
2018-02-27 18:06:05 +01:00
2020-01-21 23:14:40 +01:00
*.kdev4
*.vscode
*.code-workspace
2020-02-06 18:36:34 +01:00
*.sublime-workspace
2020-01-21 23:14:40 +01:00
2019-02-22 20:08:43 +01:00
# Temporary files
*~
*.autosave
*.orig
*.rej
.*.kate-swp
.swp.*
2018-02-27 18:06:05 +01:00
.*.swp
2019-02-22 20:08:43 +01:00
*.flc
2018-02-27 18:06:05 +01:00
2019-02-22 20:08:43 +01:00
# Directory files
.directory
.DS_Store
Thumbs.db
2018-02-27 18:06:05 +01:00
# MinGW generated files
*.Debug
*.Release
2019-02-22 20:08:43 +01:00
# Package files
*.spec
*.nsi
*.plist
2018-02-27 18:06:05 +01:00
2019-02-22 20:08:43 +01:00
# Stuff in dist
maketarball.sh
changelog
# Translations
translations.pot
zanata.xml
.zanata-cache/
2018-02-27 18:06:05 +01:00
2019-02-22 20:08:43 +01:00
# Snap
parts/
prime/
stage/
*.snap
/snap/.snapcraft/
/*_source.tar.bz2
2022-02-07 22:46:01 +01:00
# MSVC
CMakeSettings.json
/.vs/
/out/