Skip to content

Commit

Permalink
.gitignore should be more specific about ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
Trond Norbye authored and trondn committed Mar 28, 2010
1 parent bee8e11 commit 98347c9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
*.gcno
*.tcov
.deps
INSTALL
/INSTALL
Makefile
Makefile.in
config.guess
config.h
config.h.in
config.log
config.status
config.sub
aclocal.m4
compile
autom4te.cache
configure
depcomp
install-sh
memcached
memcached-debug
memcached-debug.profile
missing
stamp-h1
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/aclocal.m4
/compile
/autom4te.cache
/configure
/depcomp
/install-sh
/memcached
/memcached-debug
/memcached-debug.profile
/missing
/stamp-h1
tags
TAGS
cscope.out
memcached_dtrace.h
/memcached_dtrace.h
*~
memcached-*.tar.gz
doc/protocol-binary-range.txt
doc/protocol-binary.txt
/memcached-*.tar.gz
/doc/protocol-binary-range.txt
/doc/protocol-binary.txt
/sizes
/version.m4
/version.num
Expand Down

0 comments on commit 98347c9

Please sign in to comment.