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
This commit is contained in:
Stephan Bergmann 2013-01-14 11:05:50 +01:00
parent d4bca924dd
commit cb50efb8cb
3 changed files with 4 additions and 0 deletions

View file

@ -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 {} \;

1
instsetoo_native/util/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/openoffice.lst

1
solenv/inc/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/minor.mk