mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
gitignore file
This commit is contained in:
committed by
Roland Winklmeier
parent
7db8823770
commit
4fe09aa618
14
.gitignore
vendored
14
.gitignore
vendored
@@ -79,6 +79,10 @@ ipch
|
|||||||
*.exp
|
*.exp
|
||||||
*.idb
|
*.idb
|
||||||
*.sdf
|
*.sdf
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
||||||
|
*/.vs/*
|
||||||
|
.vs/*
|
||||||
|
|
||||||
# Qt Creator
|
# Qt Creator
|
||||||
*.autosave
|
*.autosave
|
||||||
@@ -93,6 +97,10 @@ desktop.ini
|
|||||||
# Editors temporary files
|
# Editors temporary files
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
# qmake
|
||||||
|
.qmake.stash
|
||||||
|
.qmake.cache
|
||||||
|
|
||||||
# Qt Creator
|
# Qt Creator
|
||||||
/client.pro.user.2.7pre1
|
/client.pro.user.2.7pre1
|
||||||
/client.pro.user.3.0-pre1
|
/client.pro.user.3.0-pre1
|
||||||
@@ -101,4 +109,8 @@ desktop.ini
|
|||||||
/client.pro.user.16
|
/client.pro.user.16
|
||||||
/client.pro.user.3.3-pre1
|
/client.pro.user.3.3-pre1
|
||||||
/client.pro.user.18
|
/client.pro.user.18
|
||||||
/.vs
|
|
||||||
|
# Qt Creator Qt plugin
|
||||||
|
plugins.sln
|
||||||
|
weatherdata.sln
|
||||||
|
simulator.sln
|
||||||
|
|||||||
Reference in New Issue
Block a user