Skip to content

Commit

Permalink
Prep to re-commit generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jul 15, 2016
1 parent 31badf0 commit ab29a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ network_closure.sh
kubernetes.tar.gz

# generated files in any directory
zz_generated.*
# TODO(thockin): uncomment this when we stop committing the generated files.
#zz_generated.*

# make-related metadata
/.make/
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ test-cmd:
#
# Example:
# make clean
#
# TODO(thockin): call clean_generated when we stop committing generated code.
.PHONY: clean
clean: clean_generated clean_meta
clean: clean_meta
build/make-clean.sh
rm -rf $(OUT_DIR)
rm -rf Godeps/_workspace # Just until we are sure it is gone
Expand Down

0 comments on commit ab29a25

Please sign in to comment.