Files
octal_cookie/.gitignore
T

12 lines
161 B
Plaintext

# This ignore the build artifacts produced from running/building the Odin source code
*.bin
*.o
# Artifact output directory
build/
# Project management
todo