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/callarity | |
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/callarity')
-rw-r--r-- | testsuite/tests/callarity/perf/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/tests/callarity/should_run/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/tests/callarity/unittest/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/callarity/perf/.gitignore b/testsuite/tests/callarity/perf/.gitignore new file mode 100644 index 0000000000..9b33309aea --- /dev/null +++ b/testsuite/tests/callarity/perf/.gitignore @@ -0,0 +1 @@ +T3924 diff --git a/testsuite/tests/callarity/should_run/.gitignore b/testsuite/tests/callarity/should_run/.gitignore new file mode 100644 index 0000000000..5268126cf8 --- /dev/null +++ b/testsuite/tests/callarity/should_run/.gitignore @@ -0,0 +1 @@ +StrictLet diff --git a/testsuite/tests/callarity/unittest/.gitignore b/testsuite/tests/callarity/unittest/.gitignore new file mode 100644 index 0000000000..f7b31b6572 --- /dev/null +++ b/testsuite/tests/callarity/unittest/.gitignore @@ -0,0 +1 @@ +CallArity1 |