mirror-chatterino2/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

128 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2018-09-04 21:39:54 +02:00
__pycache__/
2016-12-29 17:18:13 +01:00
# 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/
2016-12-29 17:18:13 +01:00
# QtCreator
*.autosave
# QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCtreator CMake
CMakeLists.txt.user
2017-05-27 14:58:47 +02:00
# Ignore moc-files
moc_*.h
moc_*.cpp
# Ignore binary file
/chatterino
settings.json
2017-06-10 22:33:24 +02:00
# Ignore any files beginning with activate- as they can be used for account credentials
activate-*
2017-07-28 19:43:14 +02:00
.gdb_history
2017-08-05 17:00:37 +02:00
## 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
2017-08-17 14:52:41 +02:00
# rapidjson directory
rapidjson/*
2017-09-24 18:13:44 +02:00
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/
2022-09-08 21:18:32 +02:00
# NatVis files
qt5.natvis
qt6.natvis
# Autogenerated resource file
resources/resources_autogenerated.qrc
# Leftovers from running `aqt install`
aqtinstall.log
# sccache (CI)
.sccache