Version 4.4.4.1, tag libreoffice-4.4.4.1
[LibreOffice.git] / .gitignore
blob5e45b7a179c5ca7c727495e983cabe301d2edf00
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 /external/tarballs
22 # where stuff is built
23 /instdir
24 /instdir_for_build
25 /workdir
26 /workdir_for_build
27 /test-install
29 # default location for external downloads
30 /external/tarballs
32 # autoconf generated stuff
33 /aclocal.m4
34 /android/experimental/LOAndroid3/AndroidManifest.xml
35 /autom4te.cache
36 /autogen.input
37 /autogen.lastrun
38 /autogen.lastrun.bak
39 /ChangeLog
40 /config.Build.log
41 /config.guess
42 /config.log
43 /config.status
44 /config.parms
45 /config_host.mk
46 /config_host.mk.last
47 /config_host.mk.stamp
48 /config_build
49 /config_build.mk
50 /configure
51 /lo.xcent
52 /Makefile
53 /NEWS
54 /TODO
55 /README
56 /AUTHORS
57 /MAINTAINERS
59 # make tags
61 /tags
63 # make etags
64 /TAGS
66 # backup and temporary editor files: the only convinience rules allowed here.
68 .*sw?
69 \#*
70 *.kdev4
71 .kdev_include_paths
73 # things below this point are targeted for elimination
75 #stuff that we should no generated where they are
76 /desktop/scripts/soffice.sh
77 /intltool-extract.in
78 /intltool-merge.in
79 /intltool-update.in
80 *.pyc
81 /install
82 /*/*.exe
83 /solenv/gdb/libreoffice/*.pyo
84 /solenv/gdb/libreoffice/util/*.pyo
85 /moz/zipped/*.zip
86 __pycache__
88 # OSX specific
89 .DS_Store
91 # Xcode specific
92 build
93 project.xcworkspace
94 xcuserdata
95 *.xuserstate
97 # MSVS specific
98 */Debug
99 *.sdf
100 *.sln
101 *.v11*
102 *.vcxproj*
103 *.opensdf
105 # doxygen output
106 /docs
108 # gdb config
109 /.gdbinit
110 /.gdb_history