projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
270d30a
)
Added an .hgignore file
author
Dustin Sallings
<dustin@spy.net>
Thu, 4 Oct 2007 21:24:58 +0000
(14:24 -0700)
committer
Dustin Sallings
<dustin@spy.net>
Thu, 4 Oct 2007 21:24:58 +0000
(14:24 -0700)
.hgignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.hgignore
b/.hgignore
new file mode 100644
(file)
index 0000000..
b6b95ea
--- /dev/null
+++ b/
.hgignore
@@ -0,0
+1,17
@@
+# Exact paths to config junk
+^aclocal.m4$
+^configure$
+^config/(config.guess|config.sub|depcomp|install-sh|ltmain.sh|missing)$
+^config.(log|status)$
+^libtool$
+^autom4te.cache$
+^include/(libmemcached_config.h(.in)?|stamp-h1)$
+
+# Build artifacts
+^lib/libmemcached.la$
+^src/mem(cat|cp|flush|rm|slap|stat)$
+^tests/testapp$
+
+Makefile(.in)?$
+.(deps|libs)$
+\.l?o$