summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-12-20 15:00:10 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2015-12-20 15:00:10 -0500
commit681382fbe032e10137d78f2308d239483c3e5731 (patch)
tree4c023edfacd392e51d14aa4fe95d079106e965b8 /.hgignore
parentb850f7d1690a3e05cd4ccb73f012500151fb924a (diff)
Imported to Git from Mercurial
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore80
1 files changed, 0 insertions, 80 deletions
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 20e290b8..00000000
--- a/.hgignore
+++ /dev/null
@@ -1,80 +0,0 @@
-syntax: glob
-
-*~
-.cm
-src/.cm
-
-bin/*
-
-src/urweb.cm
-src/urweb.mlb
-
-*.lex.*
-*.grm.*
-*.o
-.deps
-.libs
-*.lo
-*.la
-*.mlton.grm
-*.mlton.lex
-
-src/config.sml
-
-*.exe
-
-*.cache
-*.log
-*.status
-
-demo/out/*.html
-demo/demo.*
-
-demo/more/out/*.html
-demo/more/demo.*
-
-doc/*.html
-doc/*.out
-
-*.sql
-*mlmon.out
-
-*.aux
-*.dvi
-*.pdf
-*.ps
-*.toc
-
-.depend
-Makefile.coq
-*.vo
-*.v.d
-*.glob
-
-xml/parse
-xml/entities.sml
-
-Makefile.in
-src/c/Makefile.in
-ar-lib
-*.m4
-m4/libtool.m4
-m4/lt*.m4
-config.*
-configure
-depcomp
-compile
-install-sh
-ltmain.sh
-missing
-
-tests/*.db
-
-syntax: regexp
-
-^Makefile$
-^src/c/Makefile$
-^libtool$
-^include/urweb/config.h$
-^include/urweb/config.h.in$
-^include/urweb/stamp-h1$