actube/.gitignore

45 lines
317 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
# Archives
*.gz
*.tgz
*.tar
*.tar.gz
*.tar.xz