diff options
author | Tristan Sloughter <[email protected]> | 2013-03-23 13:20:48 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-03-23 13:20:48 -0500 |
commit | 991ad4d7129f4ce941ea528daa9d329231ea829c (patch) | |
tree | b1fecff1531d033cd01a28c7a7372e0da81acabe /.gitignore | |
parent | 3fd2614954f38998cd8bbed187f5b64952cf1ff5 (diff) | |
download | relx-991ad4d7129f4ce941ea528daa9d329231ea829c.tar.gz relx-991ad4d7129f4ce941ea528daa9d329231ea829c.tar.bz2 relx-991ad4d7129f4ce941ea528daa9d329231ea829c.zip |
add crash dump to git ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,4 +9,5 @@ src/rcl_goal.erl logs test/*_data _rel/* -.*
\ No newline at end of file +.* +erl_crash.dump |