mirror of https://github.com/rakshasa/rtorrent
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.
72 lines
816 B
72 lines
816 B
# Compiled source #
|
|
###################
|
|
*.o
|
|
*.lo
|
|
*.a
|
|
*.la
|
|
*.so
|
|
*.in
|
|
*.sub
|
|
*.pc
|
|
*.orig
|
|
*.rej
|
|
|
|
# Autoconf files #
|
|
##################
|
|
|
|
.deps
|
|
.libs
|
|
Makefile
|
|
aclocal.m4
|
|
ar-lib
|
|
autom4te.cache
|
|
compile
|
|
config.h
|
|
config.guess
|
|
config.status
|
|
confdefs.h
|
|
conftest.dir
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
|
|
src/rtorrent
|
|
scripts/libtool.m4
|
|
scripts/lt*.m4
|
|
|
|
# Editor poo #
|
|
##############
|
|
.#*
|
|
\#*#
|
|
*~
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.gz
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store?
|
|
.dirstamp
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
TAGS
|
|
|
|
# rTorrent specific files
|
|
###########################
|
|
src/rtorrent
|
|
test/rtorrent_Test*
|
|
test-driver
|