nheko/.gitignore

131 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-08-30 19:29:25 +02:00
/build*
2017-04-06 01:06:42 +02:00
tags
cscope*
2017-04-15 16:23:35 +02:00
.clang_complete
*wintoastlib*
2019-08-30 19:29:25 +02:00
/.ccls-cache
2022-06-28 14:14:23 +02:00
/.cache
2019-08-30 19:29:25 +02:00
/.exrc
.gdb_history
.hunter
2022-04-23 23:21:41 +02:00
resources/complete-emoji.txt
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.*
2021-12-28 20:09:08 +01:00
heaptrack.*
massif.*
2017-04-06 14:17:58 +02:00
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-*
2019-12-15 02:56:04 +01:00
/.clangd/
2017-04-06 01:06:42 +02:00
# 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.*
# Vim
*.swp
2019-09-29 10:45:35 +02:00
*.swo
2020-11-25 19:03:22 +01:00
*.swn
2021-12-03 01:00:40 +01:00
# CLion
/.idea
2017-04-06 01:06:42 +02:00
#####=== 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