[en_US] Added 13 autocorrect words
[LibreOffice.git] / .gitignore
blobd68dd20e1b58add6967466761236d4232138ec93
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 /Makefile
61 /NEWS
62 /TODO
63 /README
64 /AUTHORS
65 /MAINTAINERS
67 # make id
68 /ID
70 # make tags
72 **/tags
73 **/.tags*
75 # make etags
76 /TAGS
78 # backup and temporary editor files: the only convenience rules allowed here.
80 .*sw?
81 \#*
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
96 .vscode
97 *.code-workspace
99 # things below this point are targeted for elimination
101 #stuff that we should no generated where they are
102 /desktop/scripts/soffice.sh
103 /intltool-extract.in
104 /intltool-merge.in
105 /intltool-update.in
106 *.pyc
107 /install
108 /*/*.exe
109 /solenv/gdb/libreoffice/*.pyo
110 /solenv/gdb/libreoffice/util/*.pyo
111 /moz/zipped/*.zip
112 __pycache__
114 # OSX specific
115 .DS_Store
117 # Xcode specific
118 build/
119 *.pbxuser
120 !default.pbxuser
121 *.mode1v3
122 !default.mode1v3
123 *.mode2v3
124 !default.mode2v3
125 *.perspectivev3
126 !default.perspectivev3
127 xcuserdata
128 *.xcuserstate
129 *.xccheckout
130 *.moved-aside
131 DerivedData
132 *.xcworkspace
134 # MSVS specific
135 */Debug
136 *.sdf
137 *.sln
138 *.v11*
139 *.v12*
140 *.opensdf
141 *.vcxproj*
142 /.vs
143 /.vscode
144 *.VC.db
145 LibreOffice.VC.VC.opendb
147 # QtCreator specific
148 *.pro
149 *.pro.user
150 *.pro.user.*
152 # doxygen output
153 /docs
155 # make dump-deps output
156 /lo.png
158 # gdb config
159 /.gdbinit
160 /.gdb_history
162 # Codelite IDE specific
163 *.project
164 /.codelite
165 *.workspace
166 *.workspace.session
167 *.tags
169 # JetBrains Clion Specific
170 .idea
172 # Cscope
173 *.out
175 # Sublime Specific
176 *.sublime-project
177 *.sublime-workspace
179 # vim-ide-integration
180 /compile_commands.json