diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-14 11:05:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-14 11:05:50 +0100 |
commit | cb50efb8cbff5bd40b713cc86fb00c1870f4a160 (patch) | |
tree | 7618ebf2c4032a7cfdfdb1bd9a6ff4015ff1149c /Makefile.in | |
parent | d4bca924dd7ebe1b57f15de3e741f0fffcb67225 (diff) |
Ignore and distclean generated files
(Modelling .gitignore-per-directory instead of a single one in the root dir
after exisiting config/.gitignore. No idea which approach is better.)
Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d114d8104bf2..a383ecd9bee9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -194,6 +194,8 @@ endif $(BUILDDIR)/config_host.mk.last \ $(BUILDDIR)/config_host.mk.stamp \ $(BUILDDIR)/configure \ + $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ + $(BUILDDIR)/solenv/inc/minor.mk \ $(BUILDDIR)/warn find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \; |