mirror-chatterino2/.gitignore

128 lines
1.4 KiB
Plaintext

__pycache__/
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
*build-*/
[bB]uild
/_build/
# QtCreator
*.autosave
# QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCtreator CMake
CMakeLists.txt.user
# Ignore moc-files
moc_*.h
moc_*.cpp
# Ignore binary file
/chatterino
settings.json
# Ignore any files beginning with activate- as they can be used for account credentials
activate-*
.gdb_history
## Vim Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Vim Session
Session.vim
# Vim Temporary
.netrwhist
*~
# Vim Auto-generated tag files
tags
# rapidjson directory
rapidjson/*
Thumbs.db
# I HATE MAC
.DS_Store
# Other editors/IDEs
.vscode
.vs
.idea
dependencies
.cache
.editorconfig
vim.log
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json
CMakePresets.json
CMakeSettings.json
### CMake Patch ###
# External projects
*-prefix/
Stamp
tmp
Source
Dependencies_*
# vcpkg
vcpkg_installed/
# NatVis files
qt5.natvis
qt6.natvis
# Autogenerated resource file
resources/resources_autogenerated.qrc
# Leftovers from running `aqt install`
aqtinstall.log
# sccache (CI)
.sccache