OSDN Git Service

use the stored pixmap mask in QCursor::handle()
[kde/Katie.git] / .gitignore
1 # This file is used to tell Git which files to ignore from the tree
2 # -----------------------------------------------------------------
3
4 *~
5 *.obj
6 *.orig
7 *.rej
8
9 # xemacs temporary files
10 *.flc
11
12 # Vim temporary files
13 *.swp
14
15 # build directories
16 apidocs/
17 minsize/
18 oldmake/
19 debug/
20 crossdeb/
21
22 # symlink to package/debian
23 debian
24
25 # Debian build files and directories
26 obj-*-gnu/
27 package/debian/.debhelper/
28 package/debian/debhelper-build-stamp
29 package/debian/files
30 package/debian/katie-*.log
31 package/debian/katie-*.substvars
32 package/debian/katie-*/
33 # Fedora build files and directories
34 *-linux-gnu/
35
36 # tarballs from tarball.sh and oldmake.sh
37 *.tar.xz
38 scripts/cmake-*.tar.gz