mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-26 21:54:31 +00:00
this is the standard way to start a new translation. Change-Id: Ie0235e41e39484af0b832a9b7488501bc883aaea Reviewed-by: Katja Marttila <katja.marttila@qt.io>
93 lines
871 B
Plaintext
93 lines
871 B
Plaintext
*~
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.core
|
|
*.moc
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.swp
|
|
*.rej
|
|
*.so
|
|
*.pbxuser
|
|
*.mode1
|
|
*.mode1v3
|
|
*_pch.h.cpp
|
|
*_resource.rc
|
|
*_manifest.rc
|
|
*_manifest.res
|
|
*.embed.manifest
|
|
.#*
|
|
*.*#
|
|
core
|
|
.qmake.cache
|
|
.qmake.vars
|
|
*.prl
|
|
tags
|
|
.DS_Store
|
|
*.debug
|
|
Makefile*
|
|
!qmake/Makefile.win32*
|
|
!qmake/Makefile.unix
|
|
*.prl
|
|
*.app
|
|
*.pro.user
|
|
*.gcov
|
|
moc_*.cpp
|
|
ui_*.h
|
|
qrc_*.cpp
|
|
*.qm
|
|
|
|
# xemacs temporary files
|
|
*.flc
|
|
|
|
# Vim temporary files
|
|
.*.swp
|
|
|
|
# Visual Studio generated files
|
|
*.ib_pdb_index
|
|
*.idb
|
|
*.ilk
|
|
*.pdb
|
|
*.sln
|
|
*.suo
|
|
*.vcproj
|
|
*vcproj.*.*.user
|
|
*.ncb
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
*.sdf
|
|
*.opensdf
|
|
|
|
# MinGW generated files
|
|
*.Debug
|
|
*.Release
|
|
|
|
.DS_Store
|
|
.pch
|
|
.rcc
|
|
*.app
|
|
|
|
*_plugin_import.cpp
|
|
|
|
# Directories to ignore
|
|
# ---------------------
|
|
debug
|
|
/bin/*
|
|
include/*
|
|
include/*/*
|
|
lib/*
|
|
release
|
|
tmp
|
|
doc-build
|
|
doc/html/*
|
|
doc/qch
|
|
doc-build
|
|
.rcc
|
|
.pch
|
|
.metadata
|
|
|
|
/src/sdk/translations/untranslated.ts
|