Skip to content
Snippets Groups Projects
Select Git revision
  • a00307e111f1b92069f1c86c1fdb4151472ce6b5
  • 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/