summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-03 15:57:11 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-03 15:57:11 -0400
commit9e74a91806a5615f2f21cfff2ac0daddfbe80f90 (patch)
treef9765afcc9b0b87a81ec3daa170f39d6801f4dd0 /.gitignore
parent5017c1e252b72c11db5564df6c0d78e163e01156 (diff)
Track the generated files on a separate branch
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9cf059f..6e5dabf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+/public/*.html
+/public/index.*
/.var*
-/.tmp* \ No newline at end of file
+/.tmp*