mirror of https://github.com/fooyin/fooyin
74 lines
683 B
Plaintext
74 lines
683 B
Plaintext
*.*#
|
|
*.a
|
|
*.app
|
|
*.autosave
|
|
*.core
|
|
*.debug
|
|
*.embed.manifest
|
|
*.moc
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.prl
|
|
*.qm
|
|
*.rc
|
|
*.rej
|
|
*.res
|
|
*.so
|
|
*.so.*
|
|
*_pch.h.cpp
|
|
*_resource.rc
|
|
*_wrapper.bat
|
|
*_wrapper.sh
|
|
*~
|
|
.#*
|
|
.DS_Store
|
|
.qmake.cache
|
|
.qmake.stash
|
|
.vscode
|
|
.idea
|
|
Makefile*
|
|
Thumbs.db
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
tags
|
|
ui_*.h
|
|
wrapper.bat
|
|
wrapper.sh
|
|
debug_toolchain.cmake
|
|
|
|
# generated files
|
|
CMakeLists.txt.user*
|
|
CMakeUserPresets.json
|
|
compile_commands.json
|
|
fooyin_version.h
|
|
packagetar.sh
|
|
changelog
|
|
fooyin.spec
|
|
|
|
# Vim temporary files
|
|
.*.swp
|
|
|
|
# Directories
|
|
# ---------------------
|
|
|
|
.cache/
|
|
.cmake/
|
|
.moc/
|
|
.obj/
|
|
.pch/
|
|
.rcc/
|
|
.uic/
|
|
/*-debug/
|
|
/*-release/
|
|
/build*/
|
|
/lib/
|
|
debug/
|
|
Debug/
|
|
release/
|
|
Release/
|
|
tmp/
|
|
/.vs
|
|
/vcpkg_installed
|
|
/out/
|