diff options
author | Eric <[email protected]> | 2012-09-12 16:27:41 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-12 16:27:41 -0500 |
commit | 2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb (patch) | |
tree | 6356c02752681f522fae2d843d0a97151e6af7bf /.gitignore | |
parent | 152a385e6cc6de064e2a0f1b1ef3061826598180 (diff) | |
download | relx-2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb.tar.gz relx-2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb.tar.bz2 relx-2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb.zip |
support OTP App discovery in the system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,4 +6,5 @@ ebin/* relcool # This is a generated file that should be ignored src/rcl_goal.erl -logs
\ No newline at end of file +logs +test/*_data
\ No newline at end of file |