OSDN Git Service

543145c69e6c09966072fe300ae1f81b39812c43
[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 minsize/
17 oldmake/
18 debug/
19 crossdeb/
20
21 # symlink to package/debian
22 debian
23
24 # Debian build files and directories
25 obj-*-gnu/
26 package/debian/.debhelper/
27 package/debian/debhelper-build-stamp
28 package/debian/files
29 package/debian/katie-*.log
30 package/debian/katie-*.substvars
31 package/debian/katie-*/
32
33 # tarballs from tarball.sh and oldmake.sh
34 *.tar.xz
35 scripts/cmake-*.tar.gz