Files
3drenderer/.gitignore

16 lines
144 B
Plaintext

# Ignore all editor files
*.swp
*.swo
*.idea
# Allowed files
!*.c
!*.h
!Makefile
# Ignore object files
*.o
# Ignore specific binary
renderer