From 5c6363450a714a1d54b1e62ba3b414af5a2ef854 Mon Sep 17 00:00:00 2001 From: Ben Linskey Date: Tue, 17 Dec 2013 09:17:32 -0500 Subject: Modify .gitignore to include libraries in repo. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9858e20..f58446f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ *.war *.ear -# Include SQLite JDBC library. -!sqlite-jdbc-3.7.2.jar +# Include libraries. +!lib/* -- cgit v1.2.3