33 lines
222 B
Plaintext
33 lines
222 B
Plaintext
# Not needed
|
|
/.hg
|
|
/patches
|
|
|
|
# Patch ignore
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.patch
|
|
|
|
# Build files
|
|
/objs
|
|
.openssl
|
|
*.obj
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.suo
|
|
*.lib
|
|
*.bak
|
|
*.dwo
|
|
Makefile
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# ETC.
|
|
autopatch.sh
|
|
autoclear.sh
|
|
submodule.sh
|
|
my.sh
|
|
|