summaryrefslogtreecommitdiff
path: root/.gitignore
blob: aa565aa56b3d765c47789938e715b5b3809b391b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Ignore globally

Makefile
Makefile.in
.*.swp
*~
*-
*.orig
#*.patch src/ has .patch files :-(
0[0-9][0-9][0-9]-*.patch
*.rej
nohup.out

# Ignore just in the toplevel dir

/build/
/clone/
/download
/download.list
/gob.log
/rawbuild/
/stamp/

# autotools stuff

/ChangeLog
/INSTALL
/aclocal.m4
/autom4te.cache/
/config.log
/config.status
/configure
/install-sh
/intltool-extract
/intltool-merge
/intltool-update
/missing

# generated by config.status
/patches/dev300/pyuno-ooodir.diff
/patches/dev300/system-python-uno-path.diff

# generated by ooo-pack-sources
/archive/
/.releases
/ooo-build-*.tar.gz
/ooo-build-*.tar.bz2