update emoji autocorrect files from po-files
[LibreOffice.git] / .gitignore
blob237008181e8da037697431d035bf7b3f8aa743ca
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 /Makefile
59 /NEWS
60 /TODO
61 /README
62 /AUTHORS
63 /MAINTAINERS
65 # make id
66 /ID
68 # make tags
70 /tags
72 # make etags
73 /TAGS
75 # backup and temporary editor files: the only convenience rules allowed here.
77 .*sw?
78 \#*
79 *.kdev4
80 .kdev_include_paths
81 .buckd
82 .directory
83 .cproject
84 .project
85 .settings
86 .eclipsesettingfile
87 eclipsesettingfile.xml
89 # things below this point are targeted for elimination
91 #stuff that we should no generated where they are
92 /desktop/scripts/soffice.sh
93 /intltool-extract.in
94 /intltool-merge.in
95 /intltool-update.in
96 *.pyc
97 /install
98 /*/*.exe
99 /solenv/gdb/libreoffice/*.pyo
100 /solenv/gdb/libreoffice/util/*.pyo
101 /moz/zipped/*.zip
102 __pycache__
104 # OSX specific
105 .DS_Store
107 # Xcode specific
108 build/
109 *.pbxuser
110 !default.pbxuser
111 *.mode1v3
112 !default.mode1v3
113 *.mode2v3
114 !default.mode2v3
115 *.perspectivev3
116 !default.perspectivev3
117 xcuserdata
118 *.xcuserstate
119 *.xccheckout
120 *.moved-aside
121 DerivedData
122 *.xcodeproj
123 *.xcworkspace
125 # MSVS specific
126 */Debug
127 *.sdf
128 *.sln
129 *.v11*
130 *.v12*
131 *.vcxproj*
132 *.opensdf
133 !windows/*.sln
134 !windows/*.vcxproj*
136 # QtCreator specific
137 *.pro
138 *.pro.user
140 # doxygen output
141 /docs
143 # gdb config
144 /.gdbinit
145 /.gdb_history