You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

100 lines
1.2 KiB

# Ignore files generated by autoconf
/Makefile.in
/aclocal.m4
/auto/
/config.h.in
/configure
/doc/Makefile.in
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/src/Makefile.in
/src/config.h
# Ignore files generated by configure
build/
.deps/
/Makefile
src/Makefile
libev/Makefile
libudns/Makefile
libcork/Makefile
libipset/Makefile
doc/Makefile
autom4te.cache/
/config.h
config.log
config.status
libtool
pid
src/ss-*
!src/ss-nat
stamp-h1
.libs
.pc
debian/shadowsocks-libev/
debian/patches/
debian/files
debian/shadowsocks-libev.substvars
debian/*.debhelper*
.dirstamp
shadowsocks-libev.pc
debian/libshadowsocks-libev*.symbols
libsodium/src/libsodium/include/sodium/version.h
rpm/SPECS/shadowsocks-libev.spec
rpm/SRPMS/
rpm/RPMS/
rpm/BUILD/
rpm/BUILDROOT/
*.rpm
*.deb
# Ignore per-project vim config
.vimrc
# Ignore garbage of OS X
*.DS_Store
# Ignore vim cache
*.swp
# Documentation files
doc/*.1
doc/*.8
doc/*.gz
doc/*.xml
doc/*.html
# Do not edit the following section
# Edit Compile Debug Document Distribute
*~
*.bak
*.bin
*.dll
*.exe
*-ISO*.bdf
*-JIS*.bdf
*-KOI8*.bdf
*.kld
*.ko
*.ko.cmd
*.lai
*.l[oa]
*.[oa]
*.obj
*.patch
*.so
*.pcf.gz
*.pdb
*.tar
*.tar.bz2
*.tar.gz
*.tgz
*.snap
#
# Visual Studio Code
.vscode/*
.devcontainer/*