Add out/ to clean list

This commit is contained in:
Kevin Sawicki 2016-02-02 10:11:15 -08:00
parent aefeaa427a
commit d53eb6a42f

View File

@ -21,6 +21,7 @@ var commands = [
[__dirname, '..', 'apm', 'node_modules'],
[__dirname, '..', 'atom-shell'],
[__dirname, '..', 'electron'],
[__dirname, '..', 'out'],
[home, '.atom', '.node-gyp'],
[home, '.atom', 'storage'],
[home, '.atom', '.apm'],