Add more generated files to gitignore.
GUI project/makefiles are ignored as they are generated by qmake.
This commit is contained in:
parent
8436dbda6f
commit
aaba5735ed
|
@ -8,6 +8,8 @@ tools/errmsg
|
||||||
*.ncb
|
*.ncb
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
# VS build folders
|
# VS build folders
|
||||||
Build/
|
Build/
|
||||||
BuildTmp/
|
BuildTmp/
|
||||||
|
@ -17,6 +19,9 @@ gui/release/
|
||||||
gui/temp/
|
gui/temp/
|
||||||
# Other (generated) GUI files
|
# Other (generated) GUI files
|
||||||
gui/Makefile
|
gui/Makefile
|
||||||
|
gui/Makefile.debug
|
||||||
|
gui/Makefile.release
|
||||||
|
gui/gui.sln
|
||||||
|
gui/gui.vcproj
|
||||||
gui/gui
|
gui/gui
|
||||||
gui/qrc_gui.cpp
|
gui/qrc_gui.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue