mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
75 lines
851 B
Plaintext
75 lines
851 B
Plaintext
# Compiled source #
|
||
###################
|
||
*.o
|
||
*.lo
|
||
*.a
|
||
*.la
|
||
*.so
|
||
*.in
|
||
*.sub
|
||
*.pc
|
||
*.orig
|
||
*.rej
|
||
|
||
# Autoconf files #
|
||
##################
|
||
|
||
.deps
|
||
.libs
|
||
Makefile
|
||
aclocal.m4
|
||
actmp.*
|
||
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/test-suite.log.tmp
|
||
test-driver
|