Added a git ignore file and ox-hugo-autoloads.el to cleanup rule

I added a .gitignore to ignore doc/content, doc/public and
ox-hugo-autoloads.el. I also added ox-hugo-autoloads.el to the make
clean rule so that it is removed.
master
TrevorWilsonSS 7 years ago committed by Kaushal Modi
parent 7fb284ec4b
commit daf7744b97
  1. 3
      .gitignore
  2. 1
      Makefile

3
.gitignore vendored

@ -0,0 +1,3 @@
doc/content
doc/public
ox-hugo-autoloads.el

@ -222,6 +222,7 @@ clean: ctemp
@rm -rf $(OX_HUGO_ELPA)
@rm -rf ./doc/public
@rm -rf /tmp/hugo/bin
@rm ox-hugo-autoloads.el
# Set a make variable during rule execution
# https://stackoverflow.com/a/1909390/1219634

Loading…
Cancel
Save