PKGBUILDs/.gitignore
Martchus f7924a9daa Fix a few mistakes in mingw-w64-qt5-* packages
- Some modules contain executables to run on the host
  and hence mustn't have the architecture 'any'.
- Host tools in modules are stripped now
- Missing mfence in Atomic.h (header of WTF) is fixed
  in a more appropriate way
2016-06-22 22:33:30 +02:00

47 lines
371 B
Plaintext

# 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-*
# QtCreator
*.autosave
#QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
# Dolphin
.directory
# documentation
/doc
# Backups
*.bak
# VIM swap
*.swp