view libtommath/mess.sh @ 1393:ab4a3f783bfd

Add .gitignore file Ignored are all files created when building from a git checkout as well as anything deleted by 'make clean'. Signed-off-by: Ben Gardner <[email protected]>
author Ben Gardner <bgardner@wabtec.com>
date Wed, 25 May 2016 10:17:31 -0500
parents 5ff8218bcee9
children
line wrap: on
line source

#!/bin/bash
if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi