actube/.gitignore
7u83@mail.ru a9da79c078 Updated for codelite, also added ssl dirs
FossilOrigin-Name: fdad872931c0d3869089681625b22c60d0cfb40aa4acec9c6272b6d0bf93cd4b
2018-02-18 12:07:56 +00:00

51 lines
378 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/