diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-06 19:44:47 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2012-02-06 19:46:56 -0500 |
commit | 50f3c688a7cd4819680dbd19b9933c6cb5e62ca7 (patch) | |
tree | 5d9bf2edac40d874ec05bafc1e1e38b443879ce3 /.gitignore | |
parent | d3b118481833acd44d724c06ce8c9d6b6ff2838a (diff) | |
download | mysqlerl-50f3c688a7cd4819680dbd19b9933c6cb5e62ca7.tar.gz mysqlerl-50f3c688a7cd4819680dbd19b9933c6cb5e62ca7.zip |
Move most files into lib, add top-level makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,6 +2,9 @@ *~ *.o *.beam -mysqlerl -ebin/* -priv/*
\ No newline at end of file +lib/ebin/* +lib/priv/* +lib/test/*.html +lib/test/*.css +lib/test/ct_run.* +lib/test/variables-ct* |