added "*.loT" 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 # Doxygen documentation
37 Doxyfile
38 doc/Doxyfile
39 doc/html
40
41 # Backup files and stuff from patches
42 *.orig
43 *.rej
44 *~
45
46 # libasyncio specific
47 asyncio_config.hpp.in
48 asyncio_config.hpp