gitignore

This commit is contained in:
Jacob Janzen 2024-02-12 13:12:50 -06:00
parent 7309765a00
commit 362dcec55b
3 changed files with 11 additions and 0 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
.DS_Store
.idea
*.log
tmp/
*.o
/main
.ccls-cache

View file

@ -5,3 +5,6 @@ main: main.c cavegen.o
cavegen.o: cavegen.c
$(CC) cavegen.c -c -o cavegen.o
clean:
rm -rf main cavegen.o

BIN
cavegen.o

Binary file not shown.