Skip to content
Snippets Groups Projects
Select Git revision
  • c683b37519bd21d7a955dfdcf5abf1c69844662d
  • master default protected
  • v2.3
  • cmake_build
  • v2.2
  • v2.1
  • v1.1
7 results

.gitignore

Blame
  • Forked from Debolskiy Andrey / parlib
    Source project has a limited visibility.
    .gitignore 121 B
    #This is a gitignore file for parlib
    
    #object files
    *.o
    #linked libraries
    *.a
    #copied manual and headers
    ./man/
    include/