Convert .hgignore to .gitignore.

This commit is contained in:
Jason Evans 2010-01-16 22:41:23 -08:00
parent e476f8a161
commit bbaaecb729
2 changed files with 12 additions and 14 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/jemalloc/autom4te.cache/
/jemalloc/bin/
/jemalloc/cfghdrs.stamp
/jemalloc/cfgoutputs.stamp
/jemalloc/config.log
/jemalloc/config.status
/jemalloc/configure
/jemalloc/doc/jemalloc.3
/jemalloc/lib/
/jemalloc/Makefile
/jemalloc/src/jemalloc_defs\.h
/jemalloc/src/*.[od]

View File

@ -1,14 +0,0 @@
syntax: glob
syntax: regexp
^jemalloc/autom4te\.cache
^jemalloc/bin$
^jemalloc/cfg(hdrs|outputs)\.stamp$
^jemalloc/config\.(log|status)$
^jemalloc/configure$
^jemalloc/doc/jemalloc.3$
^jemalloc/lib$
^jemalloc/Makefile$
^jemalloc/src/jemalloc_defs\.h$
^jemalloc/src/[a-z0-9_]+.o$
^jemalloc/src/[a-z0-9_]+.d$