diff options
| author | realtradam <[email protected]> | 2022-05-17 23:51:53 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-17 23:51:53 -0400 |
| commit | 07cf2d2216a91d783471460da3a4191121595d6d (patch) | |
| tree | 363e9d50087a14ae33ade38fea55c7f1e4aaa65b /.gitignore | |
| parent | 1592c3d2556b63406dedf15c8cedc1c74016b135 (diff) | |
| download | raylib-template-07cf2d2216a91d783471460da3a4191121595d6d.tar.gz raylib-template-07cf2d2216a91d783471460da3a4191121595d6d.zip | |
working Makefile
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..8e12dfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +lib/*/* +game +output/* |
