summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-2/+2
| | | | | This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean.
* Makefile: Move .flags to build/FLAGSTavian Barnes2022-04-191-1/+0
|
* tests: Also put build outputs under build/Tavian Barnes2022-04-161-7/+1
|
* Makefile: Rebuild whenever the build flags changeTavian Barnes2020-12-101-0/+1
| | | | | This removes the need to do make clean before rebuilding with a new build type.
* Makefile: New gcov targetTavian Barnes2020-11-101-0/+2
|
* tests/trie: New acceptance test for triesTavian Barnes2020-06-091-0/+1
|
* tests: New acceptance test for xtimegm()Tavian Barnes2020-06-091-0/+1
|
* tests: New utility for making and testing socket filesTavian Barnes2019-02-011-0/+1
|
* Ignore .d files.Tavian Barnes2015-06-191-0/+1
|
* Implement bftw().Tavian Barnes2015-06-141-0/+2