From cf58b6691b990da2d031f3167460736595d10267 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 14 Mar 2010 14:14:00 +0100 Subject: [PATCH] Fix ignore on jquery. Signed-off-by: Florent Bruneau --- htdocs/javascript/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/javascript/.gitignore b/htdocs/javascript/.gitignore index d027fbe..fe7a6a6 100644 --- a/htdocs/javascript/.gitignore +++ b/htdocs/javascript/.gitignore @@ -4,6 +4,6 @@ /1.* # jQuery and its plugins are downloaded by the Makefile -/jquery.*js +/jquery*.*js /ui.*js !/jquery.autocomplete.js -- 2.1.4