even/.gitignore

51 lines
372 B
Plaintext
Raw Normal View History

2024-04-01 02:23:11 +08:00
compile_commands.json
.peru/
2024-03-30 14:28:40 +08:00
2024-04-01 04:18:49 +08:00
dist/
2024-03-30 14:28:40 +08:00
### C ###
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
2024-04-01 02:23:11 +08:00
*.sys
2024-03-30 14:28:40 +08:00
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb