diff options
author | Eric <[email protected]> | 2012-09-08 11:14:51 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-08 11:14:51 -0500 |
commit | 13263b778c4f519e27629a2e0772b2466004005b (patch) | |
tree | 1c5c710672cc2d009ea8d8052da7f5aff59dc177 /.gitignore | |
parent | 6f6fd117cc8c7dd1f139fa7a8bfb53b0e670a968 (diff) | |
download | relx-13263b778c4f519e27629a2e0772b2466004005b.tar.gz relx-13263b778c4f519e27629a2e0772b2466004005b.tar.bz2 relx-13263b778c4f519e27629a2e0772b2466004005b.zip |
add goal parsing capability to the system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,4 +3,6 @@ ebin/* *.beam .eunit .relcool_plt -relcool
\ No newline at end of file +relcool +# This is a generated file that should be ignored +src/rcl_goal.erl |