Update .gitignore.
This commit is contained in:
parent
1421c78e28
commit
c924d68a79
|
@ -1,73 +1,52 @@
|
||||||
# This file is used to ignore files which are generated
|
# C++ objects and libs
|
||||||
# ----------------------------------------------------------------------------
|
*.slo
|
||||||
|
*.lo
|
||||||
*~
|
|
||||||
*.autosave
|
|
||||||
*.a
|
|
||||||
*.core
|
|
||||||
*.moc
|
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.a
|
||||||
*.orig
|
*.la
|
||||||
*.rej
|
*.lai
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*_pch.h.cpp
|
*.dll
|
||||||
*_resource.rc
|
*.dylib
|
||||||
*.qm
|
|
||||||
.#*
|
# Qt-es
|
||||||
*.*#
|
object_script.*.Release
|
||||||
core
|
object_script.*.Debug
|
||||||
!core/
|
*_plugin_import.cpp
|
||||||
tags
|
|
||||||
.DS_Store
|
|
||||||
.directory
|
|
||||||
*.debug
|
|
||||||
Makefile*
|
|
||||||
*.prl
|
|
||||||
*.app
|
|
||||||
moc_*.cpp
|
|
||||||
ui_*.h
|
|
||||||
qrc_*.cpp
|
|
||||||
Thumbs.db
|
|
||||||
*.res
|
|
||||||
*.rc
|
|
||||||
/.qmake.cache
|
/.qmake.cache
|
||||||
/.qmake.stash
|
/.qmake.stash
|
||||||
|
*.pro.user
|
||||||
|
*.pro.user.*
|
||||||
|
*.qbs.user
|
||||||
|
*.qbs.user.*
|
||||||
|
*.moc
|
||||||
|
moc_*.cpp
|
||||||
|
moc_*.h
|
||||||
|
qrc_*.cpp
|
||||||
|
ui_*.h
|
||||||
|
*.qmlc
|
||||||
|
*.jsc
|
||||||
|
Makefile*
|
||||||
|
*build-*
|
||||||
|
*.qm
|
||||||
|
*.prl
|
||||||
|
|
||||||
# qtcreator generated files
|
# Qt unit tests
|
||||||
*.pro.user*
|
target_wrapper.*
|
||||||
|
|
||||||
# xemacs temporary files
|
# QtCreator
|
||||||
*.flc
|
*.autosave
|
||||||
|
|
||||||
# Vim temporary files
|
# QtCreator Qml
|
||||||
.*.swp
|
*.qmlproject.user
|
||||||
|
*.qmlproject.user.*
|
||||||
|
|
||||||
# Visual Studio generated files
|
# QtCreator CMake
|
||||||
*.ib_pdb_index
|
CMakeLists.txt.user*
|
||||||
*.idb
|
|
||||||
*.ilk
|
|
||||||
*.pdb
|
|
||||||
*.sln
|
|
||||||
*.suo
|
|
||||||
*.vcproj
|
|
||||||
*vcproj.*.*.user
|
|
||||||
*.ncb
|
|
||||||
*.sdf
|
|
||||||
*.opensdf
|
|
||||||
*.vcxproj
|
|
||||||
*vcxproj.*
|
|
||||||
|
|
||||||
# MinGW generated files
|
# QtCreator 4.8< compilation database
|
||||||
*.Debug
|
compile_commands.json
|
||||||
*.Release
|
|
||||||
|
|
||||||
# Python byte code
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Binaries
|
|
||||||
# --------
|
|
||||||
*.dll
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
|
# QtCreator local machine specific files for imported projects
|
||||||
|
*creator.user*
|
||||||
|
|
Loading…
Reference in New Issue