old-DasOS/.gitignore

32 lines
275 B
Text
Raw Normal View History

# Ignore compiled kernels
2016-04-30 13:10:28 +00:00
*.ker
2016-05-04 11:09:21 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app