Version 5.3.0.0.beta2, tag libreoffice-5.3.0.0.beta2
[LibreOffice.git] / .gitignore
blob1e505d60e91ca97fb56a61fafdd1605c70786437
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 make 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 /buck-out
24 /instdir
25 /instdir_for_build
26 /workdir
27 /workdir_for_build
28 /test-install
30 # default location for external downloads
31 /external/tarballs
32 /external/android-ndk
33 /external/android-sdk-linux
35 # autoconf generated stuff
36 /aclocal.m4
37 /autom4te.cache
38 /autogen.input
39 /autogen.lastrun
40 /autogen.lastrun.bak
41 /ChangeLog
42 /config.Build.log
43 /config.guess
44 /config.log
45 /config.status
46 /config.parms
47 /config_host.mk
48 /config_host.mk.last
49 /config_host.mk.stamp
50 /config_host_lang.mk
51 /config_host_lang.mk.last
52 /config_host_lang.mk.stamp
53 /config_build
54 /config_build.mk
55 /config_build_lang.mk
56 /configure
57 /lo.xcent
58 /bin/bffvalidator.sh
59 /bin/odfvalidator.sh
60 /bin/officeotron.sh
61 /Makefile
62 /NEWS
63 /TODO
64 /README
65 /AUTHORS
66 /MAINTAINERS
68 # make id
69 /ID
71 # make tags
73 /tags
75 # make etags
76 /TAGS
78 # backup and temporary editor files: the only convenience rules allowed here.
80 .*sw?
81 \#*
82 *.kdev4
83 .kdev_include_paths
84 .buckd
85 .directory
86 .cproject
87 .project
88 .settings
89 .eclipsesettingfile
90 eclipsesettingfile.xml
91 .clang_complete
92 .cxx_tags
93 .yavide_proj
94 .yavide_session
96 # things below this point are targeted for elimination
98 #stuff that we should no generated where they are
99 /desktop/scripts/soffice.sh
100 /intltool-extract.in
101 /intltool-merge.in
102 /intltool-update.in
103 *.pyc
104 /install
105 /*/*.exe
106 /solenv/gdb/libreoffice/*.pyo
107 /solenv/gdb/libreoffice/util/*.pyo
108 /moz/zipped/*.zip
109 __pycache__
111 # OSX specific
112 .DS_Store
114 # Xcode specific
115 build/
116 *.pbxuser
117 !default.pbxuser
118 *.mode1v3
119 !default.mode1v3
120 *.mode2v3
121 !default.mode2v3
122 *.perspectivev3
123 !default.perspectivev3
124 xcuserdata
125 *.xcuserstate
126 *.xccheckout
127 *.moved-aside
128 DerivedData
129 *.xcodeproj
130 *.xcworkspace
132 # MSVS specific
133 */Debug
134 *.sdf
135 *.sln
136 *.v11*
137 *.v12*
138 *.vcxproj*
139 *.opensdf
140 !windows/*.sln
141 !windows/*.vcxproj*
143 # QtCreator specific
144 *.pro
145 *.pro.user
147 # doxygen output
148 /docs
150 # make dump-deps output
151 /lo.png
153 # gdb config
154 /.gdbinit
155 /.gdb_history
157 # Codelite IDE specific
158 *.project
159 /.codelite
160 *.workspace
161 *.workspace.session
162 *.tags