mirror of https://gitee.com/bigwinds/arangodb
ignore build output.
This commit is contained in:
parent
4069e8797f
commit
c18161c78b
|
@ -0,0 +1,92 @@
|
|||
*.a
|
||||
*.exe
|
||||
*.idb
|
||||
*.lib
|
||||
*.log
|
||||
*.map
|
||||
*.mk
|
||||
*.ncb
|
||||
*.pdb
|
||||
*.pyc
|
||||
*.scons*
|
||||
*.sdf
|
||||
*.sln
|
||||
*.so
|
||||
*.suo
|
||||
*.user
|
||||
*.vcproj
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.xcodeproj
|
||||
#*#
|
||||
*~
|
||||
.cpplint-cache
|
||||
.cproject
|
||||
.d8_history
|
||||
.gclient_entries
|
||||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
.*.sw?
|
||||
bsuite
|
||||
d8
|
||||
d8_g
|
||||
gccauses
|
||||
gcsuspects
|
||||
shell
|
||||
shell_g
|
||||
/_*
|
||||
/build/Debug
|
||||
/build/gyp
|
||||
/build/ipch/
|
||||
/build/Release
|
||||
/buildtools
|
||||
/hydrogen.cfg
|
||||
/obj
|
||||
/out
|
||||
/perf.data
|
||||
/perf.data.old
|
||||
/test/benchmarks/CHECKED_OUT_*
|
||||
/test/benchmarks/downloaded_*
|
||||
/test/benchmarks/kraken
|
||||
/test/benchmarks/octane
|
||||
/test/benchmarks/sunspider
|
||||
/test/mozilla/CHECKED_OUT_VERSION
|
||||
/test/mozilla/data
|
||||
/test/mozilla/data.old
|
||||
/test/mozilla/downloaded_*
|
||||
/test/promises-aplus/promises-tests
|
||||
/test/promises-aplus/promises-tests.tar.gz
|
||||
/test/promises-aplus/sinon
|
||||
/test/test262/data
|
||||
/test/test262/data.old
|
||||
/test/test262/tc39-test262-*
|
||||
/test/test262-es6/data
|
||||
/test/test262-es6/data.old
|
||||
/test/test262-es6/tc39-test262-*
|
||||
/testing/gmock
|
||||
/testing/gtest
|
||||
/third_party
|
||||
/third_party/icu
|
||||
/third_party/llvm
|
||||
/third_party/llvm-build
|
||||
/tools/clang
|
||||
/tools/jsfunfuzz
|
||||
/tools/jsfunfuzz.zip
|
||||
/tools/oom_dump/oom_dump
|
||||
/tools/oom_dump/oom_dump.o
|
||||
/tools/visual_studio/Debug
|
||||
/tools/visual_studio/Release
|
||||
/v8.log.ll
|
||||
/xcodebuild
|
||||
TAGS
|
||||
*.Makefile
|
||||
GTAGS
|
||||
GRTAGS
|
||||
GSYMS
|
||||
GPATH
|
||||
gtags.files
|
||||
turbo*.cfg
|
||||
turbo*.dot
|
||||
turbo*.json
|
||||
out
|
Loading…
Reference in New Issue