Skip to content
Snippets Groups Projects
.gitignore 3.25 KiB
Newer Older
_CPack_Packages
Yuriy Vostrikov's avatar
Yuriy Vostrikov committed
*.d
Roman Tsisyk's avatar
Roman Tsisyk committed
*.gcov
coverage.info
*.orig
*.rej
.gitignore
.gdb_history
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
Testing/
Ilya Kosarev's avatar
Ilya Kosarev committed
.idea/
# Ignore Makefile in the stupid way for `tar --exclude-vcs-ignores`
/Makefile
./Makefile
src/Makefile
src/*/Makefile
src/*/*/Makefile
src/*/*/*/Makefile
doc/Makefile
doc/*/Makefile
extra/Makefile
extra/*/Makefile
extra/luarocks/hardcoded.lua
extra/luarocks/hardcoded.lua.c
perf/Makefile
test/Makefile
test/*/Makefile
test/*/*/Makefile
bigbes's avatar
bigbes committed
*.src.rpm
*.i386.rpm
*.x86_64.rpm
Nick Zavaritsky's avatar
Nick Zavaritsky committed
extra/lemon
extra/mkkeywordhash
extra/dist/tarantoolctl
extra/dist/tarantoolctl.1
extra/dist/tarantool.logrotate
extra/dist/tarantool@.service
extra/dist/tarantool.tmpfiles.conf
extra/dist/tarantool-generator
extra/exports.*
cmake_install.cmake
config.mk
config.guess
config.sub
doc/www/content/doc/dev_guide.html
doc/www/content/doc/tnt.css
doc/www/content/doc/user_guide.html
doc/www/content/doc/user_guide/
bigbes's avatar
bigbes committed
doc/developer/dev_guide.txt
doc/man/tarantool.1
doc/man/tarantool_box.1
doc/user/tarantool_user_guide.txt
doc/tnt.ent
rpm/tarantool-1*.spec
extra/rpm.spec
bigbes's avatar
bigbes committed
extra/rpm/tarantool.rpm.spec
include/tarantool/config.h
install_manifest.txt
lcov
src/box/lua/*.lua.c
third_party/lua/*.lua.c
Roman Tsisyk's avatar
Roman Tsisyk committed
src/module.h
tarantool-*.tar.gz
perf/*.perftest
Vladimir Davydov's avatar
Vladimir Davydov committed
test/enterprise-luatest
test/enterprise-unit
test/etcd-client
test/unit/fiob
test/luajit-tap
test/unit/popen-child
third_party/luajit/src/luajit
third_party/luajit/lib/vmdef.lua
third_party/luajit/src/buildvm
third_party/luajit/src/lj_bcdef.h
third_party/luajit/src/lj_ffdef.h
third_party/luajit/src/lj_folddef.h
third_party/luajit/src/lj_libdef.h
third_party/luajit/src/lj_recdef.h
third_party/luajit/src/lj_vm.s
src/00000000000000000001.snap
bigbes's avatar
bigbes committed
doc/sphinx/_build/*
!doc/sphinx/_build/.gitignore
doc/www/content/doc
extra/dist/default/tarantool
extra/com.tarantool.tarantool.plist
extra/postflight
build-area/*
debian/files
debian/stamp-makefile-build
debian/stamp-makefile-install
debian/tarantool-common.debhelper.log
debian/tarantool-common.postinst.debhelper
debian/tarantool-common.postrm.debhelper
debian/tarantool-common.prerm.debhelper
debian/tarantool-common.substvars
debian/tarantool-common.install
debian/tarantool-common/*
debian/tarantool-dev.debhelper.log
debian/tarantool-dev.substvars
debian/tarantool-dev.postinst.debhelper
debian/tarantool-dev.postrm.debhelper
debian/tarantool-dev/*
debian/tarantool.debhelper.log
debian/tarantool.substvars
debian/tarantool.postinst.debhelper
debian/tarantool.postrm.debhelper
debian/tarantool/*
debian/tmp/*
*.cdbs-config_list
Roman Tsisyk's avatar
Roman Tsisyk committed
parts/
prime/
stage/
bigbes's avatar
bigbes committed
ftp.log
sftp.log
ftpscript.txt
sftpscript.txt
*.md5sum
extra/deploy_key
compile_commands.json
jepsen-tests-prefix
.terraform
terraform.tfstate
terraform.tfstate.backup

# autogenerated files
src/box/sql/keywordhash.h
src/box/sql/parse.h
src/box/sql/parse.c
src/box/sql/opcodes.h
src/box/sql/opcodes.c

# static-build
static-build/*-prefix
static-build/Makefile
static-build/build

# macOS files
.DS_Store