aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-19 18:50:56 -0700
committerEric <[email protected]>2012-09-19 18:50:56 -0700
commit13b65ac87e281e846820bbef8df1a94b81fcb5ef (patch)
tree2ac4836c41daf501bf2c156d49e61a67aaba3e29 /.gitignore
parent6ee94839094b00163e5f0a29a41dedb9ae67ca85 (diff)
downloadrelx-13b65ac87e281e846820bbef8df1a94b81fcb5ef.tar.gz
relx-13b65ac87e281e846820bbef8df1a94b81fcb5ef.tar.bz2
relx-13b65ac87e281e846820bbef8df1a94b81fcb5ef.zip
discover should not discover files in the output dir
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ed62865..235c370 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ relcool
# This is a generated file that should be ignored
src/rcl_goal.erl
logs
-test/*_data \ No newline at end of file
+test/*_data
+relcool_output/* \ No newline at end of file