# HG changeset patch # User riono # Date 1619515986 -32400 # Node ID 54a51b0913abbd798909d23571d751c6010ac4ee # Parent 74f00bfffcc60c5248dacdcd1dd9094e999150a5 add hgignore diff -r 74f00bfffcc6 -r 54a51b0913ab .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Apr 27 18:33:06 2021 +0900 @@ -0,0 +1,19 @@ +syntax: glob +.DS_Store +*.swp +*.*~ +*.bbl +*.blg +*.lof +*.lol +*.lot +*.log +*.aux +*.dvi +*.toc +*.cpt +*.swo +*.fls +*.fdb_latexmk +*.synctex.gz +tech-jsample.tex \ No newline at end of file