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