diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 17:07:06 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 18:33:59 -0700 |
commit | 6c5017a8ca2df6c20eef7edf9caeeece26f06cac (patch) | |
tree | 5827d478bf9534005be1e65300658db1d1725445 /testsuite/tests/primops | |
parent | dcc6e04f00ded0c025f86e5d7555d599b1f77f71 (diff) | |
download | haskell-6c5017a8ca2df6c20eef7edf9caeeece26f06cac.tar.gz |
Add .gitignore for autogenerated test files.
I used this shell command to automatically generate the lists:
for i in `git ls-files -o --exclude-standard --directory`; do echo "`basename $i`" >> "`dirname "$i"`/.gitignore"; done
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/primops')
-rw-r--r-- | testsuite/tests/primops/should_run/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/.gitignore b/testsuite/tests/primops/should_run/.gitignore new file mode 100644 index 0000000000..184e53b8e4 --- /dev/null +++ b/testsuite/tests/primops/should_run/.gitignore @@ -0,0 +1,2 @@ +T6135 +T7689 |