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.
This commit is contained in:
Thomas Neirynck 2016-09-08 12:50:04 -04:00
parent 73c0c264de
commit 6db5d4e317

1
.gitignore vendored
View file

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