diff options
| author | realtradam <[email protected]> | 2024-01-15 20:15:41 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-01-15 20:15:41 -0500 |
| commit | 6bba4f9c3c8b18894183d026fc190175bb14c437 (patch) | |
| tree | cd0e325d13f1230ea0745e2d27a0e0cc0cbad64c /.gitignore | |
| download | basic-raylib-template-master.tar.gz basic-raylib-template-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a67f4a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +external +build/ +compile_commands.json |
