From 75e4a6caf37eea6bf74a776672df68bdb9468c5b Mon Sep 17 00:00:00 2001 From: Dawid Rusin Date: Fri, 2 Oct 2015 11:05:04 +0200 Subject: Adds the IntelliJ IDEA output directory `/out` to .gitignore --- .gitignore | 1 + AUTHORS | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 604d5c52..b05ce2c6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /junit*.properties /eclipse.location /.apt_generated/ +/out \ No newline at end of file diff --git a/AUTHORS b/AUTHORS index a825060c..d5e35ed5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ Lombok contributors in alphabetical order: Christian Sterzl DaveLaw +Dawid Rusin Jappe van der Hel Luan Nico Maarten Mulders -- cgit