Show duplicate attribute
[LibreOffice.git] / .gitignore
blobaa21b13776d032317429edf2de5417452ab9a7bd
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_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
80 # things below this point are targeted for elimination
82 #stuff that we should no generated where they are
83 /desktop/scripts/soffice.sh
84 /intltool-extract.in
85 /intltool-merge.in
86 /intltool-update.in
87 *.pyc
88 /install
89 /*/*.exe
90 /solenv/gdb/libreoffice/*.pyo
91 /solenv/gdb/libreoffice/util/*.pyo
92 /moz/zipped/*.zip
93 __pycache__
95 # OSX specific
96 .DS_Store
98 # Xcode specific
99 build
100 project.xcworkspace
101 xcuserdata
102 *.xuserstate
104 # MSVS specific
105 */Debug
106 *.sdf
107 *.sln
108 *.v11*
109 *.v12*
110 *.vcxproj*
111 *.opensdf
113 # doxygen output
114 /docs
116 # gdb config
117 /.gdbinit
118 /.gdb_history