16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
# Unignore Makefile
|
|
!Makefile
|
|
### Above combination will ignore all files without extension ###
|
|
|
|
_autobanners_m.pas
|
|
*.swp
|
|
*.o
|
|
*.ppu
|
|
|