diff options
author | Charadon <dev@iotib.net> | 2022-05-30 21:33:52 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-05-30 21:33:52 -0400 |
commit | b35d42e0ec41370be618ad59312786ec3795a5e7 (patch) | |
tree | 54ee6c284c4eab3ea49148877f35799524b81f73 /.gitignore | |
parent | 88cf68f4cfd15a65750439bb6bf40a304090ed2d (diff) | |
download | Pong-C-b35d42e0ec41370be618ad59312786ec3795a5e7.tar.gz |
Makefile stuff
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..fafa67f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +app/ +*.o +pong \ No newline at end of file |