nheko/.gitignore

112 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-04-06 01:06:42 +02:00
build
tags
2017-04-15 16:23:35 +02:00
.clang_complete
*wintoastlib*
2017-04-06 01:06:42 +02:00
2019-08-29 03:34:04 +02:00
# GTAGS
GTAGS
GRTAGS
GPATH
2017-04-06 01:06:42 +02:00
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
2017-04-06 14:17:58 +02:00
vgcore.*
2017-04-06 01:06:42 +02:00
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
CMakeLists.txt.user
moc_*.cpp
qrc_*.cpp
ui_*.h
*-build-*
# QtCreator
*.autosave
2018-01-09 14:07:32 +01:00
# VSCode
.vscode/*
2017-04-06 01:06:42 +02:00
#QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
#####=== CMake ===#####
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt
#####=== OSX ===#####
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
2018-06-14 01:17:38 +02:00
# Visual Studio
.vs
build-vc
vcpkg
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Nix
result
2017-08-13 18:17:04 +02:00
*.dmg
dist/MacOS/nheko.app/Contents/MacOS/nheko
2017-08-26 10:33:26 +02:00
.clang
2018-01-25 14:08:19 +01:00
compile_commands.json
2017-11-26 20:32:18 +01:00
# AppImage
*.AppImage
*.AppDir
# Artifacts
*.rpm
*.deb
package.dir
# Dependencies
.third-party
2018-06-04 12:54:51 +02:00
.deps
# Archives
*.bz2