From 21b99f1ae71e5ce5c033d3e38900d2dabaf0860d Mon Sep 17 00:00:00 2001 From: Gavin Hurlbut Date: Thu, 9 Dec 2010 19:12:25 -0800 Subject: [PATCH] Added windows outputs to gitignore *.exe *.dll *.def object_script.* as generated by the cross-compiling (and likely native compile) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6f4b110816f..00255226df4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ moc_*.cpp *.orig *.rej *kdev* +*.exe +*.dll +*.def +object_script.*