android: hackaround for rendering regression (disable charts)
[LibreOffice.git] / .gitignore
bloba42f3877a83aaf8bcb480f0f54a36d7c6ac779b7
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
74 **/.tags*
76 # make etags
77 /TAGS
79 # backup and temporary editor files: the only convenience rules allowed here.
81 .*sw?
82 \#*
83 *.kdev4
84 .kdev_include_paths
85 .buckd
86 .directory
87 .cproject
88 .project
89 .settings
90 .eclipsesettingfile
91 eclipsesettingfile.xml
92 .clang_complete
93 .cxx_tags
94 .yavide_proj
95 .yavide_session
97 # things below this point are targeted for elimination
99 #stuff that we should no generated where they are
100 /desktop/scripts/soffice.sh
101 /intltool-extract.in
102 /intltool-merge.in
103 /intltool-update.in
104 *.pyc
105 /install
106 /*/*.exe
107 /solenv/gdb/libreoffice/*.pyo
108 /solenv/gdb/libreoffice/util/*.pyo
109 /moz/zipped/*.zip
110 __pycache__
112 # OSX specific
113 .DS_Store
115 # Xcode specific
116 build/
117 *.pbxuser
118 !default.pbxuser
119 *.mode1v3
120 !default.mode1v3
121 *.mode2v3
122 !default.mode2v3
123 *.perspectivev3
124 !default.perspectivev3
125 xcuserdata
126 *.xcuserstate
127 *.xccheckout
128 *.moved-aside
129 DerivedData
130 *.xcworkspace
132 # MSVS specific
133 */Debug
134 *.sdf
135 *.sln
136 *.v11*
137 *.v12*
138 *.opensdf
139 *.vcxproj*
140 /.vs
141 /.vscode
142 *.VC.db
143 LibreOffice.VC.VC.opendb
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
166 # JetBrains Clion Specific
167 .idea
169 # Cscope
170 *.out
172 # Sublime Specific
173 *.sublime-project
174 *.sublime-workspace
176 # vim-ide-integration
177 /compile_commands.json