Skip to content

Commit

Permalink
GitIgnore updates
Browse files Browse the repository at this point in the history
* ANGLE artifacts
* qfeatures

Change-Id: I3cb8f78bf02119233f115ec53d536c05dd9776e7
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
orgads authored and The Qt Project committed Dec 9, 2013
1 parent e6799c6 commit 6d8b84e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Makefile*
*.gcov
*.gcda
*.gcno
bin/Qt*.dll
bin/*.dll
bin/assistant*
bin/designer*
bin/dumpcpp*
Expand Down Expand Up @@ -112,13 +112,15 @@ mkspecs/default
mkspecs/default-host
mkspecs/qconfig.pri
mkspecs/qdevice.pri
mkspecs/qfeatures.pri
moc_*.cpp
qmake/qmake.exe
qmake/Makefile.bak
qmake/qmake_pch.pch
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/corelib/global/qconfig.h.qmake
src/corelib/global/qfeatures.h
src/platformsupport/*_interface.*
src/platformsupport/*_adaptor.*
ui_*.h
Expand Down Expand Up @@ -183,6 +185,7 @@ src/3rdparty/webkit/includes2.txt
# generated files in configure.exe bootstrapping
tools/configure/configure.intermediate.manifest
tools/configure/configure_pch.pch
/configure.exe

# Symlinks generated by configure
tools/qvfb/qvfbhdr.h
Expand Down
6 changes: 6 additions & 0 deletions src/angle/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/libGLESv2/renderer/
/compiler/glslang_lex.cpp
/compiler/glslang_tab.cpp
/compiler/glslang_tab.h
/compiler/preprocessor/ExpressionParser.cpp
/compiler/preprocessor/Tokenizer.cpp

0 comments on commit 6d8b84e

Please sign in to comment.