diff options
| author | 2Bear <[email protected]> | 2023-12-13 06:05:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-12 23:05:14 +0100 |
| commit | 9322ad0f9bbc7ce1a7f94109dd89c5082ac483fe (patch) | |
| tree | 8410df7d414f935a6bb321263bd209dc12234b5e /.gitignore | |
| parent | c5ebdb8ba77afa5745eb01032cf1909b5a03bffa (diff) | |
| download | raylib-9322ad0f9bbc7ce1a7f94109dd89c5082ac483fe.tar.gz raylib-9322ad0f9bbc7ce1a7f94109dd89c5082ac483fe.zip | |
Ignore compiled dll binaries. (#3628)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ packages/ *.bc *.so *.so.* +*.dll # Ignore wasm data in examples/ examples/**/*.wasm |
