Fix navigation in twoPagesSpread mode
[qcomicbook-oblomov] / .gitignore
1 # config
2 config.log
3 config.status
4 config.h
5 stamp-h1
6
7 # The dependencies
8 src/.deps
9
10 # makefiles
11 Makefile
12 Doxyfile
13
14 # MOC files
15 moc_*
16
17 # object files
18 *.o
19
20 # The executable
21 qcomicbook
22