]> git.sesse.net Git - vlc/commitdiff
Ignore Qt generated files.
authorSam Hocevar <sam@zoy.org>
Thu, 20 Mar 2008 18:25:02 +0000 (18:25 +0000)
committerSam Hocevar <sam@zoy.org>
Thu, 20 Mar 2008 18:25:02 +0000 (18:25 +0000)
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.

modules/gui/qt4/.gitignore [new file with mode: 0644]

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