aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Neirynck <thomas@elastic.co>2016-09-08 12:50:04 -0400
committerThomas Neirynck <thomas@elastic.co>2016-09-08 12:57:00 -0400
commit6db5d4e317feebe7af47eb60b2dba61489bf0f4a (patch)
tree1525c56f88eb6fc8b48b5031ff9b926b3c373db4 /.gitignore
parent73c0c264de89a43fa0829f164872e520416a022f (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 47e19f052..73948dcb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ selenium
.babelcache.json
*.swp
*.swo
+*.out