Airport/.gitignore

51 lines
389 B
Plaintext
Raw Permalink Normal View History

2017-02-04 14:49:08 +01:00
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# PSX intermediate disk images
*.iso
2017-02-04 14:49:08 +01:00
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
2020-12-31 03:23:32 +01:00
build/
2021-01-01 04:31:09 +01:00
cdimg/
Source/Exe/
Source/Obj