apple2ix/.gitignore

18 lines
139 B
Plaintext
Raw Normal View History

2013-06-11 07:05:49 +00:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app