blob: c6be797cf674f5945a9dc4047dce62d48eefc916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 47b9294d7d67b1cdc10b11d47a70e1ae8cdeefa6 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Thu, 10 Mar 2011 13:28:22 +0100
Subject: [PATCH] Removed the qclass_lib_map.h from gitignore.
In modularized Qt it is no longer a generated file.
---
.gitignore | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 11bc5b4..5b4d2f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,7 +101,6 @@ qmake/Makefile.bak
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/corelib/global/qconfig.h.qmake
-src/tools/uic/qclass_lib_map.h
ui_*.h
tests/auto/qprocess/test*/*.exe
tests/auto/qtcpsocket/stressTest/*.exe
--
1.7.3.2.343.g7d43d
|