[m-rev.] for review: Adding .gitignore files in the extras distribution
Julien Fischer
jfischer at opturion.com
Wed Feb 26 13:28:15 AEDT 2014
Hi Sebastian,
On Tue, 25 Feb 2014, Sebastian Godelet wrote:
> For review by anyone
>
> branch: master
>
> For better testing of the extras distribution,
> Adding .gitignore files to have a clean "git status" output
>
> extras/.gitignore:
> Mercury ignores the --use-{grade}-subdir dir
> Mercury/** for git 1.8+ this recursively ignores all build files
> ignoring *.mh and *.init files
> *.err output files
> lib*.{dll|so|a} ignores target compiler library output
The list of library extensions should include dylib.
> *.jar ignores the Java grade output
> *.exe for Windows executables
>
> extras/dynamic_linking/.gitignore:
> ignoring the copy of dl.m, name_mangle.m
> ignoring hello lib and dl_test* executables
>
> extras/moose/samples/.gitignore:
> ignoring cgram.m small.m alpha.m expr.m which are
> generated from the .moo grammar files
>
> extras/graphics/mercury_cairo/samples/.gitignore:
> ignoring *.png output and all executables
>
> extras/**/.gitignore:
> In each sample/test/example folder the linux executable/test
> output is ignored
That looks fine otherwise.
Cheers,
Julien.
More information about the reviews
mailing list