[vlc-devel] commit: Ignore Qt generated files. (Sam Hocevar )

git version control git at videolan.org
Thu Mar 20 19:28:02 CET 2008


vlc | branch: master | Sam Hocevar <sam at zoy.org> | Thu Mar 20 18:25:02 2008 +0000| [f5f23650908c430b570c0b3cadf1e84ed1d86a89]

Ignore Qt generated files.

qt4-uic (the Qt user interface compiler) and rcc (the Qt resource compiler)
create .cpp and .h files that we don't want to track. Adding them to
.gitignore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5f23650908c430b570c0b3cadf1e84ed1d86a89
---

 modules/gui/qt4/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/.gitignore b/modules/gui/qt4/.gitignore
new file mode 100644
index 0000000..e7252b6
--- /dev/null
+++ b/modules/gui/qt4/.gitignore
@@ -0,0 +1,2 @@
+resources.cpp
+ui/*.h




More information about the vlc-devel mailing list