mirror of https://gitee.com/bigwinds/arangodb
exclude more files
This commit is contained in:
parent
bf3d14eb14
commit
589a712739
|
@ -1,4 +1,5 @@
|
||||||
js-*.h
|
js-*.h
|
||||||
|
mr-*.h
|
||||||
.deps
|
.deps
|
||||||
.dirstamp
|
.dirstamp
|
||||||
*.o
|
*.o
|
||||||
|
@ -28,11 +29,18 @@ Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
build.h
|
build.h
|
||||||
|
config/*
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
config/compile
|
config/compile
|
||||||
|
config/config.guess
|
||||||
|
config/config.h
|
||||||
|
config/config.sub
|
||||||
config/install-sh
|
config/install-sh
|
||||||
|
config/depcomp
|
||||||
config/missing
|
config/missing
|
||||||
|
config/stamp-h1
|
||||||
|
configure
|
||||||
TAGS
|
TAGS
|
||||||
|
|
||||||
Doxygen/*.doxy
|
Doxygen/*.doxy
|
||||||
|
@ -48,12 +56,6 @@ arangod/Ahuacatl/ahuacatl-grammar.h
|
||||||
arangod/Ahuacatl/ahuacatl-grammar.output
|
arangod/Ahuacatl/ahuacatl-grammar.output
|
||||||
arangod/Ahuacatl/ahuacatl-tokens.c
|
arangod/Ahuacatl/ahuacatl-tokens.c
|
||||||
bin/
|
bin/
|
||||||
config/config.guess
|
|
||||||
config/config.h
|
|
||||||
config/config.sub
|
|
||||||
config/depcomp
|
|
||||||
config/stamp-h1
|
|
||||||
configure
|
|
||||||
etc/arangodb/arangod.conf
|
etc/arangodb/arangod.conf
|
||||||
etc/arangodb/arangoirb.conf
|
etc/arangodb/arangoirb.conf
|
||||||
etc/arangodb/arangosh.conf
|
etc/arangodb/arangosh.conf
|
||||||
|
|
Loading…
Reference in New Issue