diff options
| author | Nathan Conrad <[email protected]> | 2019-09-09 19:21:29 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-09 19:21:29 -0400 |
| commit | 532abadb78e61f5ee8292f4e276f0ad1aae7d70a (patch) | |
| tree | ce5408106984be641451854a2625dc28045c80a8 | |
| parent | f7b0aeec523577d2ab5b3d486124979e093f5a45 (diff) | |
Ignore build artifact files.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e44eb8dc7..9864ea6be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ html latex -test/_build *.d *.o *.P @@ -14,4 +13,5 @@ test/_build .env /examples/*/*/build-* test_old/ -tests_obsolete/
\ No newline at end of file +tests_obsolete/ +_build |
