diff options
| author | Roel Spilker <r.spilker@gmail.com> | 2015-10-02 11:15:10 +0200 | 
|---|---|---|
| committer | Roel Spilker <r.spilker@gmail.com> | 2015-10-02 11:15:10 +0200 | 
| commit | 656668808f96ce3603414e3620cbdd76059cbc64 (patch) | |
| tree | e39f3b143a78bd98b7060c33a4e0105ae6afc614 | |
| parent | 9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd (diff) | |
| parent | 75e4a6caf37eea6bf74a776672df68bdb9468c5b (diff) | |
| download | lombok-656668808f96ce3603414e3620cbdd76059cbc64.tar.gz lombok-656668808f96ce3603414e3620cbdd76059cbc64.tar.bz2 lombok-656668808f96ce3603414e3620cbdd76059cbc64.zip | |
Merge pull request #935 from drusin/master
Adds the IntelliJ IDEA output directory `/out` to .gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | AUTHORS | 1 | 
2 files changed, 2 insertions, 0 deletions
| @@ -19,3 +19,4 @@  /junit*.properties  /eclipse.location  /.apt_generated/ +/out
\ No newline at end of file @@ -2,6 +2,7 @@ Lombok contributors in alphabetical order:  Christian Sterzl <christian.sterzl@gmail.com>  DaveLaw <project.lombok@apconsult.de> +Dawid Rusin <dawidrusin90@gmail.com>  Jappe van der Hel <jappe.vanderhel@gmail.com>  Luan Nico <luannico27@gmail.com>  Maarten Mulders <mthmulders@users.noreply.github.com> | 
