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>
Fri, 24 Mar 2023 17:24:14 +0000 (10:24 -0700)
commitee542816ac83ef72ebc52ce11ff8448463ba62eb
treeb042875fb7493d93507188076886c0ae4de8bb48
parentdbf0b425a698f4a7ff0a846830811677d3c52dc6
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