Apple1-esp/.gitignore

37 lines
291 B
Plaintext
Raw Normal View History

2014-11-15 12:17:08 +00:00
*.bin
*.elf
.*.d
2018-11-12 22:16:46 +00:00
*.d
2018-11-12 22:14:40 +00:00
spiffs.img
2021-02-16 13:38:40 +00:00
.build
*.txt.mk
2014-11-15 12:17:08 +00:00
2014-11-11 17:11:55 +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