Linux x86 build fix
[LibreOffice.git] / .gitignore
blobdf44294490945a1e9659be609831e4420986609e
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 /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
33 # autoconf generated stuff
34 /aclocal.m4
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_host_lang.mk
49 /config_host_lang.mk.last
50 /config_host_lang.mk.stamp
51 /config_build
52 /config_build.mk
53 /config_build_lang.mk
54 /configure
55 /lo.xcent
56 /Makefile
57 /NEWS
58 /TODO
59 /README
60 /AUTHORS
61 /MAINTAINERS
63 # make id
64 /ID
66 # make tags
68 /tags
70 # make etags
71 /TAGS
73 # backup and temporary editor files: the only convenience rules allowed here.
75 .*sw?
76 \#*
77 *.kdev4
78 .kdev_include_paths
79 .buckd
80 .directory
82 # things below this point are targeted for elimination
84 #stuff that we should no generated where they are
85 /desktop/scripts/soffice.sh
86 /intltool-extract.in
87 /intltool-merge.in
88 /intltool-update.in
89 *.pyc
90 /install
91 /*/*.exe
92 /solenv/gdb/libreoffice/*.pyo
93 /solenv/gdb/libreoffice/util/*.pyo
94 /moz/zipped/*.zip
95 __pycache__
97 # OSX specific
98 .DS_Store
100 # Xcode specific
101 build/
102 *.pbxuser
103 !default.pbxuser
104 *.mode1v3
105 !default.mode1v3
106 *.mode2v3
107 !default.mode2v3
108 *.perspectivev3
109 !default.perspectivev3
110 xcuserdata
111 *.xcuserstate
112 *.xccheckout
113 *.moved-aside
114 DerivedData
115 *.xcodeproj
116 *.xcworkspace
118 # MSVS specific
119 */Debug
120 *.sdf
121 *.sln
122 *.v11*
123 *.v12*
124 *.vcxproj*
125 *.opensdf
127 # doxygen output
128 /docs
130 # gdb config
131 /.gdbinit
132 /.gdb_history