Skip to content

Commit

Permalink
gitignore python/caffe/proto/; superclean ignore data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonahue committed Apr 4, 2014
1 parent 6b3d257 commit 76caca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build/*
distribute/*
*.testbin
*.bin
python/caffe/proto/

# Editor temporaries
*.swp
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ clean:

supercleanfiles:
$(eval SUPERCLEAN_FILES := $(strip \
$(foreach ext,$(SUPERCLEAN_EXTS), $(shell find . -name '*$(ext)'))))
$(foreach ext,$(SUPERCLEAN_EXTS), $(shell find . -name '*$(ext)' \
-not -path './data/*'))))

supercleanlist: supercleanfiles
@ \
Expand Down

0 comments on commit 76caca3

Please sign in to comment.