diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-11 11:29:45 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-11 11:30:41 +0100 |
commit | 47f2084706aaa79c2f2bc4851f487b7badf9d60a (patch) | |
tree | f19d09537f52fce41e48c2f22c981c813c02efba | |
parent | a04a9d0424564d942872ba1137eac413a169f0f2 (diff) |
gitignore
-rw-r--r-- | extension/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/.gitignore b/extension/.gitignore index f922a177a..989b31165 100644 --- a/extension/.gitignore +++ b/extension/.gitignore @@ -6,3 +6,4 @@ lib/*.js !lib/module-trampoline.js popup/*.js test/tests/*.js +build/ |