diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-05-03 10:58:34 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-05-03 10:58:34 -0700 |
commit | b6e670357b498734e97f5c316782cba6b04f0a33 (patch) | |
tree | 2560f62aef341efec10a83d38bdd3d04aad5cd0a /.gitignore | |
parent | 6c3b747a73ab8f69865ae9d0dc60b6130af518a2 (diff) | |
download | mc-b6e670357b498734e97f5c316782cba6b04f0a33.tar.gz |
Be more specific for gitignore in test/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -test/* +test/*.o +test/*.use +test/*.use !test/*.myr libstd/sys*.myr !libstd/sys*+*.myr |