From a3970ff4be91283742bc009985eebd655a6be165 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Tue, 16 Oct 2012 17:25:36 +0000 Subject: Do not git ignore files like /debugger/QT/moc_*. Prior to r5953, gyp_skia would generate files for QT in debugger/QT. A line in .gitignore was added so these files did not show up in git status. Now that the generated files are in the out directory, the line is no longer necessary. Review URL: https://codereview.appspot.com/6702043 git-svn-id: http://skia.googlecode.com/svn/trunk@5966 2bbb7eff-a529-9590-31e7-b0007b416f81 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4e51619bd..b10e1281ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .DS_Store .gclient* -/debugger/QT/moc_* /gyp/build/ /out/ /third_party/externals/ -- cgit v1.2.3