saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
672 stars 74 forks source link

Make git commands (status, commit in particular) user-friendly #62

Closed jddurand closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #62 into master will decrease coverage by <1%. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master    #62   +/-   ##
=====================================
- Coverage      88%    88%   -1%     
=====================================
  Files          41     41           
  Lines        3848   3848           
  Branches      781    781           
=====================================
- Hits         3421   3418    -3     
- Misses        427    429    +2     
- Partials        0      1    +1
saprykin commented 6 years ago

Why do we need this ignore file at all? I mean, as we are using CMake, it is highly recommend to use out of source builds. You create a separate directory outside of the source tree, you compile everything there. This way your source tree is always clean.

jddurand commented 6 years ago

Sure -;