Bump version to 5.0-14
[LibreOffice.git] / .gitignore
blob3af6d8f1b2b14ac18e1b466024469b599041171a
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 /autom4te.cache
35 /autogen.input
36 /autogen.lastrun
37 /autogen.lastrun.bak
38 /ChangeLog
39 /config.Build.log
40 /config.guess
41 /config.log
42 /config.status
43 /config.parms
44 /config_host.mk
45 /config_host.mk.last
46 /config_host.mk.stamp
47 /config_host_lang.mk
48 /config_host_lang.mk.last
49 /config_host_lang.mk.stamp
50 /config_build
51 /config_build.mk
52 /config_build_lang.mk
53 /configure
54 /lo.xcent
55 /Makefile
56 /NEWS
57 /TODO
58 /README
59 /AUTHORS
60 /MAINTAINERS
62 # make id
63 /ID
65 # make tags
67 /tags
69 # make etags
70 /TAGS
72 # backup and temporary editor files: the only convenience rules allowed here.
74 .*sw?
75 \#*
76 *.kdev4
77 .kdev_include_paths
78 .directory
80 # things below this point are targeted for elimination
82 #stuff that we should no generated where they are
83 /desktop/scripts/soffice.sh
84 /intltool-extract.in
85 /intltool-merge.in
86 /intltool-update.in
87 *.pyc
88 /install
89 /*/*.exe
90 /solenv/gdb/libreoffice/*.pyo
91 /solenv/gdb/libreoffice/util/*.pyo
92 /moz/zipped/*.zip
93 __pycache__
95 # OSX specific
96 .DS_Store
98 # Xcode specific
99 build/
100 *.pbxuser
101 !default.pbxuser
102 *.mode1v3
103 !default.mode1v3
104 *.mode2v3
105 !default.mode2v3
106 *.perspectivev3
107 !default.perspectivev3
108 xcuserdata
109 *.xcuserstate
110 *.xccheckout
111 *.moved-aside
112 DerivedData
113 *.xcodeproj
114 *.xcworkspace
116 # MSVS specific
117 */Debug
118 *.sdf
119 *.sln
120 *.v11*
121 *.v12*
122 *.vcxproj*
123 *.opensdf
125 # doxygen output
126 /docs
128 # gdb config
129 /.gdbinit
130 /.gdb_history