tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Mar 2019 21:06:27 +0000 (14:06 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:48:15 +0000 (17:48 -0800)
commitcd0472abbe374e369f1ff68c2c7680e7e8ac1f6c
tree7bfa8be2bb4564c25ee546dc6570f2e51a11ace2
parent21ff5fc9088a11eb494744022f1fbfe609a693fa
tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out

When the github scripts see ".litmus.out", they assume that there must be
a corresponding C-language ".litmus" file.  Won't they be disappointed
when they instead see nothing, or, worse yet, the corresponding
assembly-language litmus test?  This commit therefore swaps the hardware
tag with the "litmus" to avoid this sort of disappointment.

This commit also adjusts the .gitignore file so as to avoid adding these
new ".out" files to git.

[ paulmck: Apply Akira Yokosawa feedback. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/litmus-tests/.gitignore
tools/memory-model/scripts/judgelitmus.sh
tools/memory-model/scripts/runlitmus.sh