dbd934e9fe
FossilOrigin-Name: fb76bfb278b3ba6d0caf0c4a67f739c020c778623239db0efe950ae8311ca34f
54 lines
393 B
Plaintext
54 lines
393 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Vim backups and swaps
|
|
*~
|
|
|
|
# Dependencies
|
|
*.d
|
|
|
|
|
|
# SSL stuff
|
|
*.pem
|
|
*.crt
|
|
*.key
|
|
*.req
|
|
*.der
|
|
ssl/root-ca/
|
|
ssl/intermediate-ca/
|
|
|
|
# Archives
|
|
*.gz
|
|
*.tgz
|
|
*.tar
|
|
*.tar.gz
|
|
*.tar.xz
|
|
|
|
# other stuff
|
|
.codelite/
|
|
lib/
|
|
obj/
|
|
bin/
|
|
|