Files
flameshot/.gitignore
borgmanJeremy 67a3fd99f0 working on analysis (#2015)
* working on analysis

* removing MSVC analysis since it is not working well with Qt MOC
2021-10-29 09:10:43 -05:00

75 lines
693 B
Plaintext

# common
.idea
.cache
# 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-*
*.qm
# QtCreator
*.autosave
# QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCtreator CMake
CMakeLists.txt.user
# python
venv/*
# Created by https://www.gitignore.io/api/snapcraft
### Snapcraft ###
# Snapcraft
parts/
prime/
stage/
*.snap
.snapcraft/
flameshot*.tar.bz2
.vscode/
build/
data/flatpak/.flatpak-builder
# NVIM
*~
# Jetbrains
.idea/
.run
# MacOS
.DS_Store
# End of https://www.gitignore.io/api/snapcraft
#MacOS Crap
.DS_Store