1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
mirror-chatterino2/.gitignore
gempir 80e84b1d8a
Commands are now saved upon pressing Ok in the settings window ()
Commands are now saved upon pressing the Ok Button in the settings window, similar to the rest of the settings.
2020-10-04 13:02:29 +02:00

80 lines
823 B
Text

__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-*/
/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