From 70a0f6e84cf7b03c7edf444d643025357c945cad Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 13 Oct 2009 15:15:53 +0200 Subject: Pretty big revamp of the build script system. Downloading dependencies is now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 681dd183..54e3f8bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build dist google.properties debug +LombokizedEclipse.launch -- cgit