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, 2 Feb 2022 01:33:28 +0000 (17:33 -0800)
commit4c63e313b695b9d6babb118d9982cf20a24c1903
tree9104ace28f54901afe433871244e07ce62483b67
parent20c3bdc3805744b22e6a4ef713967b9b52cba640
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