update credits
[LibreOffice.git] / .gitignore
blob30279a172e9fa990bf998f5b5ecd109a064aaba3
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
79 .directory
81 # things below this point are targeted for elimination
83 #stuff that we should no generated where they are
84 /desktop/scripts/soffice.sh
85 /intltool-extract.in
86 /intltool-merge.in
87 /intltool-update.in
88 *.pyc
89 /install
90 /*/*.exe
91 /solenv/gdb/libreoffice/*.pyo
92 /solenv/gdb/libreoffice/util/*.pyo
93 /moz/zipped/*.zip
94 __pycache__
96 # OSX specific
97 .DS_Store
99 # Xcode specific
100 build/
101 *.pbxuser
102 !default.pbxuser
103 *.mode1v3
104 !default.mode1v3
105 *.mode2v3
106 !default.mode2v3
107 *.perspectivev3
108 !default.perspectivev3
109 xcuserdata
110 *.xcuserstate
111 *.xccheckout
112 *.moved-aside
113 DerivedData
114 *.xcodeproj
115 *.xcworkspace
117 # MSVS specific
118 */Debug
119 *.sdf
120 *.sln
121 *.v11*
122 *.v12*
123 *.vcxproj*
124 *.opensdf
126 # doxygen output
127 /docs
129 # gdb config
130 /.gdbinit
131 /.gdb_history