Upgrade gtktiledviewer to use its own buffer.
[LibreOffice.git] / .gitignore
blob93031b49f9b4f752ee1335fe0a6a0b88cc777ba2
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 /autom4te.cache
35 /autogen.input
36 /autogen.lastrun
37 /autogen.lastrun.bak
38 /ChangeLog
39 /config.Build.log
40 /config.guess
41 /config.log
42 /config.status
43 /config.parms
44 /config_host.mk
45 /config_host.mk.last
46 /config_host.mk.stamp
47 /config_build
48 /config_build.mk
49 /configure
50 /lo.xcent
51 /Makefile
52 /NEWS
53 /TODO
54 /README
55 /AUTHORS
56 /MAINTAINERS
58 # make tags
60 /tags
62 # backup and temporary editor files: the only convinience rules allowed here.
64 .*sw?
65 \#*
66 *.kdev4
67 .kdev_include_paths
69 # things below this point are targeted for elimination
71 #stuff that we should no generated where they are
72 /desktop/scripts/soffice.sh
73 /intltool-extract.in
74 /intltool-merge.in
75 /intltool-update.in
76 *.pyc
77 /install
78 /*/*.exe
79 /solenv/gdb/libreoffice/*.pyo
80 /solenv/gdb/libreoffice/util/*.pyo
81 /moz/zipped/*.zip
82 __pycache__
84 # OSX specific
85 .DS_Store
87 # Xcode specific
88 build
89 project.xcworkspace
90 xcuserdata
91 *.xuserstate
93 # MSVS specific
94 */Debug
95 *.sdf
96 *.sln
97 *.v11*
98 *.vcxproj*
99 *.opensdf
101 # doxygen output
102 /docs
104 # gdb config
105 /.gdbinit