---------

**Commit 1:**
Ignore .out files.

Some built-in commands use it for default output (e.g. nohup), and it can be useful to have a handle for temp output.

* Original sha: 6db5d4e317
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-08T16:50:04Z
This commit is contained in:
Elastic Jasper 2016-09-08 14:32:52 -04:00
parent edb7020396
commit 1ab299784c

1
.gitignore vendored
View file

@ -31,3 +31,4 @@ selenium
.babelcache.json
*.swp
*.swo
*.out