[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / .gitignore
blobdea264a366fa30bad81e80864675ce1bccb84630
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.user
146 *.pro.user.*
148 # doxygen output
149 /docs
151 # make dump-deps output
152 /lo.png
154 # gdb config
155 /.gdbinit
156 /.gdb_history
158 # Codelite IDE specific
159 *.project
160 /.codelite
161 *.workspace
162 *.workspace.session
163 *.tags
165 # JetBrains Clion Specific
166 .idea
168 # Cscope
169 *.out
171 # Sublime Specific
172 *.sublime-project
173 *.sublime-workspace
175 # vim-ide-integration
176 /compile_commands.json