15 lines
137 B
Plaintext
15 lines
137 B
Plaintext
# Ignore all editor files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Allowed files
|
|
!*.c
|
|
!*.h
|
|
!Makefile
|
|
|
|
# Ignore object files
|
|
*.o
|
|
|
|
# Ignore specific binary
|
|
renderer
|