.hgignore

Thu, 03 Oct 2019 11:16:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Oct 2019 11:16:12 +0200
branch
feature/array
changeset 358
885f31c6098b
parent 329
71e9a60abfb4
child 372
a3e494af5c09
permissions
-rw-r--r--

tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx

syntax:regexp
^nbproject/
^build/
^.settings/
^.project
^.cproject
^.autotools
/core$
DS_Store$
^docs/web/
^docs/man/
\.o$
\.lo$
\.la$
^autom4te\.cache/
^build-aux/
^m4/
^aclocal.m4$
^config\.
^configure$
^libtool$
^src/.*Makefile$
^test/.*Makefile$
^Makefile$
Makefile\.in$
/\.deps/
/\.libs/
^stamp-h
^test/ucxtest
/test-suite.log$
^ucx-.*\.tar.gz$

mercurial