added .pkglist (eclipse...) to .gitignore
[libasyncio] / .gitignore
1 # Normal stuff
2 *.o
3 *.a
4 *.so
5 *.lo
6 *.loT
7 *.la
8 *.pc
9 .deps/
10 .libs/
11 build/
12
13 # Automake
14 Makefile
15 Makefile.in
16 autom4te.cache
17 aclocal.m4
18 libtool
19 stamp-h1
20 configure
21 config.*
22 *.substvars
23 ltmain.sh
24 missing
25 mkinstalldirs
26 install-sh
27 depcomp
28 INSTALL
29 autoscan.log
30 configure.scan
31
32 # kdevelop
33 *.kdevelop.pcs
34 *.kdevses
35
36 # eclipse
37 .settings/
38 .pkglist
39
40 # Doxygen documentation
41 Doxyfile
42 doc/Doxyfile
43 doc/html
44
45 # Backup files and stuff from patches
46 *.orig
47 *.rej
48 *~
49
50 # libasyncio specific
51 asyncio_config.hpp.in
52 asyncio_config.hpp