tdf#140714 Import graphics cropped into custom geometry as custom shapes.
[LibreOffice.git] / .gitignore
blobd89e5b12035f5ca7032751a1ef0b41a19a175283
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 /bin/bffvalidator.sh
58 /bin/odfvalidator.sh
59 /bin/officeotron.sh
60 /hardened_runtime.xcent
61 /Makefile
63 # make id
64 /ID
66 # make tags
68 **/tags
69 **/.tags*
71 # make etags
72 /TAGS
74 # backup and temporary editor files: the only convenience rules allowed here.
76 .*sw?
77 \#*
78 .\#*
79 *.kdev4
80 .kdev_include_paths
81 .buckd
82 .directory
83 .cproject
84 .project
85 .settings
86 .eclipsesettingfile
87 eclipsesettingfile.xml
88 .clang_complete
89 .cxx_tags
90 .yavide_proj
91 .yavide_session
92 .vscode
93 *.code-workspace
95 # things below this point are targeted for elimination
97 #stuff that we should no generated where they are
98 /desktop/scripts/soffice.sh
99 /intltool-extract.in
100 /intltool-merge.in
101 /intltool-update.in
102 *.pyc
103 /install
104 /*/*.exe
105 /solenv/gdb/libreoffice/*.pyo
106 /solenv/gdb/libreoffice/util/*.pyo
107 /moz/zipped/*.zip
108 __pycache__
110 # OSX specific
111 .DS_Store
113 # Xcode specific
114 build/
115 *.pbxuser
116 !default.pbxuser
117 *.mode1v3
118 !default.mode1v3
119 *.mode2v3
120 !default.mode2v3
121 *.perspectivev3
122 !default.perspectivev3
123 xcuserdata
124 *.xcuserstate
125 *.xccheckout
126 *.moved-aside
127 DerivedData
128 *.xcworkspace
130 # MSVS specific
131 */Debug
132 *.sdf
133 *.sln
134 *.v11*
135 *.v12*
136 *.opensdf
137 *.vcxproj*
138 /.vs
139 /.vscode
140 *.VC.db
141 LibreOffice.VC.VC.opendb
143 # QtCreator specific
144 *.pro
145 *.pro.shared
146 *.pro.user
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