diff options
| author | David Chavez <david@dcvz.io> | 2022-08-06 22:16:39 +0200 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2022-08-06 21:06:40 -0400 |
| commit | 1794683d3a723d528c3b62545daf60b98c4456af (patch) | |
| tree | c83f868563d0a6b8c17626b56bb1ef7b9ad76f47 /.gitignore | |
| parent | c70e3f38b1a85be5f30a308886c229cbd60c227e (diff) | |
Ignore build.c
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 442be304f..1df76208d 100644 --- a/.gitignore +++ b/.gitignore @@ -441,4 +441,5 @@ compile_commands.json CTestTestfile.cmake _deps */extract_assets_cmake* -/build*
\ No newline at end of file +/build* +build.c |
