remove code that was commented out long time ago
[LibreOffice.git] / .gitignore
blob57caeba85ac5f0a43bd8349dba43e165756ef876
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 solver
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 /src
22 # where stuff are built
23 /instdir
24 /workdir
25 /solver
27 # these two are dubbious. when the installed is reworked
28 # it would be best to find them a new home
29 /instsetoo_native/util/LibreOffice
30 /instsetoo_native/util/LibreOffice_SDK
32 # where the external downloads maybe located
33 /src
36 # autoconf generated stuff
37 /aclocal.m4
38 /autom4te.cache
39 /autogen.input
40 /ChangeLog
41 /config.Build.log
42 /config.guess
43 /config.log
44 /config.status
45 /config.parms
46 /config_host.mk
47 /config_host.mk.last
48 /config_host.mk.stamp
49 /config_build
50 /config_build.mk
51 /configure
52 /lo.xcent
53 /Makefile
54 /NEWS
55 /TODO
56 /README
57 /AUTHORS
58 /MAINTAINERS
60 # backup and temporary editor files: the only convinience rules allowed here.
62 .*sw?
63 \#*
65 # things below this point are targeted for elimination
67 #stuff that we should no generated where they are
68 /desktop/scripts/soffice.sh
69 /intltool-extract.in
70 /intltool-merge.in
71 /intltool-update.in
72 *.pyc
73 /install
74 /*/*.exe
75 /solenv/gdb/libreoffice/*.pyo
76 /solenv/gdb/libreoffice/util/*.pyo
77 /moz/zipped/*.zip
78 __pycache__
80 ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/me.xcuserdatad/UserInterfaceState.xcuserstate