You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
420 B

# autotools
**/Makefile
/autom4te.cache/
config.*
.dirstamp
aclocal.m4
configure
m4/*
tools
Makefile.in
# cmake
**/CMakeCache.txt
**/CMakeFiles
**/cmake_install.cmake
# libtool
.deps/
.libs/
/libtool
# object files
*.lo
*.o
*.la
# output files
examples/mc
examples/lddmc
test/sylvan_test
test/test_cxx
src/libsylvan.a
# MacOS file
.DS_Store
# eclipse files
.cproject
.project
.settings
# coverage output
coverage