A3/.gitignore

14 lines
120 B
Text
Raw Normal View History

2024-10-07 02:08:54 -06:00
# Ignore extensionless files
*
!*.*
!*/
# Allow makefile
!Makefile
# Packed files
*.tar.gz
# Compiled files
*.o
*.out