https://github.com/crillab/pfactory
Raw File
Tip revision: 146679997c1ab450af33942e741df39317b6c2a9 authored by Lonca Emmanuel on 21 February 2020, 10:00:23 UTC
removed trailing reference to experimental/random
Tip revision: 1466799
.gitignore
# Autotools generated files

Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.log
config.status
config/
configure
.deps/
src/config.h
src/config.h.in
src/stamp-h1

# Binaries

*.[ao]
examples/communication/communication
examples/helloworld/helloworld
examples/safeQueue/safeQueue
lib/

# Editor generated files
*~
.vscode/
*.code-workspace

# Sonarcloud wrapper files
build-wrapper-linux-x86/out/
back to top