From 1339a1ec217e6056b42ab281f723bca9556c330b Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 4 Jul 2013 11:51:53 -0400 Subject: [PATCH] Add `add-on` to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 687b1ead85..adae2ca669 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ /build/ /bundle/ +# It's common to configure the PLTADDONDIR to be here. +/add-on/ + # Everything below makes sense on any package repository, so it's # stuff that should be put into each such repository. The same holds # for ".mailmap" (which some people can decide if they want to thin it