1# stolen from https://github.com/rakshasa/rtorrent/blob/master/.gitignore and modified slightly
2
3# Compiled source #
4###################
5*.o
6*.lo
7*.a
8*.la
9*.so
10*.sub
11*.pc
12*.orig
13*.rej
14
15# Autoconf files #
16##################
17
18.deps
19.libs
20Makefile
21Makefile.in
22aclocal.m4
23autom4te.cache
24compile
25config.h
26config.h.in
27config.guess
28config.status
29confdefs.h
30conftest.dir
31configure
32depcomp
33install-sh
34libtool
35ltmain.sh
36missing
37stamp-h1
38
39# Editor poo #
40##############
41.#*
42\#*#
43*~
44
45# Packages #
46############
47# it's better to unpack these files and commit the raw source
48# git has its own built in compression methods
49*.gz
50*.tar
51*.zip
52
53# Logs and databases #
54######################
55*.log
56
57# OS generated files #
58######################
59.DS_Store?
60.dirstamp
61ehthumbs.db
62Icon?
63Thumbs.db
64TAGS
65
66# uptimed specific files #
67##########################
68src/uptimed
69src/uprecords
70etc/uptimed.service
71etc/uptimed.xml
72etc/uptimed-bootid.xml
73uptimed.spec
74