Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

.hgignore

Blame
  • .hgignore 339 B
    
    syntax: regexp
    ^autodoc$
    syntax: regexp
    ^CMakeFiles$
    
    autodoc
    xml
    .*/CMakeFiles
    \.cproject
    \.project
    CMakeCache.txt
    Makefile
    doxygen.log
    config.h
    cmake_install.cmake
    install_manifest.txt
    .*.so
    test/dotest
    test/socket/client
    test/socket/server
    test/test_bgc
    test/test_io
    test/test_io_output
    test/test_sw
    test/test_thread
    tools/elm-plugin