build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / .gitignore
blob59bb0a8723fda4a2b570a35c41f0d19652cbced6
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
95 .vscode
96 *.code-workspace
98 # things below this point are targeted for elimination
100 #stuff that we should no generated where they are
101 /desktop/scripts/soffice.sh
102 /intltool-extract.in
103 /intltool-merge.in
104 /intltool-update.in
105 *.pyc
106 /install
107 /*/*.exe
108 /solenv/gdb/libreoffice/*.pyo
109 /solenv/gdb/libreoffice/util/*.pyo
110 /moz/zipped/*.zip
111 __pycache__
113 # OSX specific
114 .DS_Store
116 # Xcode specific
117 build/
118 *.pbxuser
119 !default.pbxuser
120 *.mode1v3
121 !default.mode1v3
122 *.mode2v3
123 !default.mode2v3
124 *.perspectivev3
125 !default.perspectivev3
126 xcuserdata
127 *.xcuserstate
128 *.xccheckout
129 *.moved-aside
130 DerivedData
131 *.xcodeproj
132 *.xcworkspace
134 # MSVS specific
135 */Debug
136 *.sdf
137 *.sln
138 *.v11*
139 *.v12*
140 *.vcxproj*
141 *.opensdf
142 !windows/*.sln
143 !windows/*.vcxproj*
145 # QtCreator specific
146 *.pro
147 *.pro.user
149 # doxygen output
150 /docs
152 # make dump-deps output
153 /lo.png
155 # gdb config
156 /.gdbinit
157 /.gdb_history
159 # Codelite IDE specific
160 *.project
161 /.codelite
162 *.workspace
163 *.workspace.session
164 *.tags