Mac distro config is always 64 bits these days & remove --with-vendor
[LibreOffice.git] / .gitignore
blob1e2992735849f828efa9f4767ef69aa540ccabb6
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 maek 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 /instdir
24 /instdir_for_build
25 /workdir
26 /workdir_for_build
27 /test-install
29 # default location for external downloads
30 /external/tarballs
32 # autoconf generated stuff
33 /aclocal.m4
34 /android/experimental/LOAndroid3/AndroidManifest.xml
35 /autom4te.cache
36 /autogen.input
37 /autogen.lastrun
38 /autogen.lastrun.bak
39 /ChangeLog
40 /config.Build.log
41 /config.guess
42 /config.log
43 /config.status
44 /config.parms
45 /config_host.mk
46 /config_host.mk.last
47 /config_host.mk.stamp
48 /config_build
49 /config_build.mk
50 /configure
51 /lo.xcent
52 /Makefile
53 /NEWS
54 /TODO
55 /README
56 /AUTHORS
57 /MAINTAINERS
59 # make tags
61 /tags
63 # backup and temporary editor files: the only convinience rules allowed here.
65 .*sw?
66 \#*
67 *.kdev4
68 .kdev_include_paths
70 # things below this point are targeted for elimination
72 #stuff that we should no generated where they are
73 /desktop/scripts/soffice.sh
74 /intltool-extract.in
75 /intltool-merge.in
76 /intltool-update.in
77 *.pyc
78 /install
79 /*/*.exe
80 /solenv/gdb/libreoffice/*.pyo
81 /solenv/gdb/libreoffice/util/*.pyo
82 /moz/zipped/*.zip
83 __pycache__
85 # OSX specific
86 .DS_Store
88 # Xcode specific
89 build
90 project.xcworkspace
91 xcuserdata
92 *.xuserstate
94 # MSVS specific
95 */Debug
96 *.sdf
97 *.sln
98 *.v11*
99 *.vcxproj*
100 *.opensdf
102 # doxygen output
103 /docs
105 # gdb config
106 /.gdbinit
107 /.gdb_history