RTL960x/.gitignore

33 lines
272 B
Plaintext
Raw Normal View History

2021-02-17 08:31:52 +00:00
# Prerequisites
*.d
2022-09-08 15:49:08 +00:00
!init.d
2021-02-17 08:31:52 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
*.app