From 6034e6aac0daf12b7bb52122cef8dc27d9d2bbb4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 15 Aug 2011 19:55:37 +0300 Subject: Add the external dlls, exes etc --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a3503add7515..ee399551705d 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,13 @@ /*/*.exe +# external dlls etc +/external/*/*.dll +/external/*/*.exe +/external/*/*.manifest +/external/*/*.txt +/moz/zipped/*.zip + # links to the other repositories /binfilter /dictionaries -- cgit