Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / .gitignore
blob0de9054739b4dc8edbb62d642934349c2dc16f6e
2 # LibreOffice project .gitignore rules.
4 # Do not add you pet ignore rule here, use
5 # .git/info/exclude for per repo personal ignore or
6 # in the file specified by core.excludesfiles in your
7 # ~/.gitconfig
9 # As a rule of thumb:
10 # File that are generated by configure or the build
11 # but that are not deleted by make clean
12 # can be listed here... These must be deleted by maek distclean
14 # Files that are generated by the build but deleted by make clean
15 # should all be under workdir or instdir
16 # if that is not the case, don't hide it here, but try to fix it
18 # The intent is that after a make distclean, .gitignore
19 # should not catch anything but possibly /src
22 # where stuff are built
23 /instdir
24 /workdir
26 # where the external downloads maybe located
27 /src
29 # autoconf generated stuff
30 /aclocal.m4
31 /autom4te.cache
32 /autogen.input
33 /ChangeLog
34 /config.Build.log
35 /config.guess
36 /config.log
37 /config.status
38 /config.parms
39 /config_host.mk
40 /config_host.mk.last
41 /config_host.mk.stamp
42 /config_build
43 /config_build.mk
44 /configure
45 /lo.xcent
46 /Makefile
47 /NEWS
48 /TODO
49 /README
50 /AUTHORS
51 /MAINTAINERS
53 # make tags
55 /tags
57 # backup and temporary editor files: the only convinience rules allowed here.
59 .*sw?
60 \#*
61 *.kdev4
62 .kdev_include_paths
64 # things below this point are targeted for elimination
66 #stuff that we should no generated where they are
67 /desktop/scripts/soffice.sh
68 /intltool-extract.in
69 /intltool-merge.in
70 /intltool-update.in
71 *.pyc
72 /install
73 /*/*.exe
74 /solenv/gdb/libreoffice/*.pyo
75 /solenv/gdb/libreoffice/util/*.pyo
76 /moz/zipped/*.zip
77 __pycache__
79 # OSX specific
80 .DS_Store
82 # Xcode specific
83 build
84 project.xcworkspace
85 xcuserdata
86 *.xuserstate