Skip to content

Commit

Permalink
Add an .ignore file to exclude vendors, fixtures, various binary data…
Browse files Browse the repository at this point in the history
… from the SLOC (#258)

This PR add a .ignore file to exclude vendors source code, binary data
and fixtures from the SLOC as the README is now displaying an extremely
high number of lines of code and a crazy COCOMO because of 2 text files
added as fixtures to test the Adaptive Radix Tree data structure.
  • Loading branch information
danielealbano committed Nov 12, 2022
1 parent eb1949e commit 6b39e37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
3rdparty/*
!3rdparty/*.cmake

tests/unit_tests/fixtures/*

*.md
*.txt
*.json

.venv
cmake-build-*
.ignore
.git*

0 comments on commit 6b39e37

Please sign in to comment.