2016-02-10 02:15:54 +00:00
|
|
|
# emacs files
|
|
|
|
*~
|
|
|
|
*\#
|
2017-01-07 16:11:30 +00:00
|
|
|
.tramp_history
|
2016-02-10 02:15:54 +00:00
|
|
|
|
2017-06-23 07:11:28 +00:00
|
|
|
# vim cache files
|
|
|
|
*.swp
|
|
|
|
|
2016-02-10 02:15:54 +00:00
|
|
|
# auto generated files
|
|
|
|
*.logrt
|
|
|
|
|
2018-05-09 04:50:54 +00:00
|
|
|
/build
|
2018-10-26 17:43:50 +00:00
|
|
|
/build_*
|
2018-11-01 10:35:50 +00:00
|
|
|
/build-*
|
2020-05-29 19:53:16 +00:00
|
|
|
/tests/venv
|
2020-05-05 16:38:40 +00:00
|
|
|
|
2018-07-09 19:59:07 +00:00
|
|
|
/docs/build
|
2020-01-30 10:34:55 +00:00
|
|
|
/docs/publish
|
2018-07-18 10:00:53 +00:00
|
|
|
/docs/edit
|
2020-02-14 09:34:18 +00:00
|
|
|
/docs/website
|
2020-04-15 13:56:49 +00:00
|
|
|
/docs/venv
|
|
|
|
/docs/tools/venv
|
2020-04-04 09:15:31 +00:00
|
|
|
/docs/tools/translate/venv
|
2020-03-19 17:49:27 +00:00
|
|
|
/docs/tools/translate/output.md
|
2018-07-20 17:35:34 +00:00
|
|
|
/docs/en/single.md
|
|
|
|
/docs/ru/single.md
|
2020-01-30 10:34:55 +00:00
|
|
|
/docs/zh/single.md
|
|
|
|
/docs/ja/single.md
|
|
|
|
/docs/fa/single.md
|
2016-02-10 02:15:54 +00:00
|
|
|
|
|
|
|
# callgrind files
|
|
|
|
callgrind.out.*
|
|
|
|
|
|
|
|
# ignore kdevelop files
|
|
|
|
*.kdev4
|
|
|
|
*.kdev_include_paths
|
|
|
|
|
2017-01-10 18:36:11 +00:00
|
|
|
# ignore sublime project files
|
|
|
|
*.sublime-*
|
|
|
|
|
2016-12-23 20:23:46 +00:00
|
|
|
# Qt Creator files
|
|
|
|
*.user
|
|
|
|
|
2016-02-10 02:15:54 +00:00
|
|
|
# ignore perf output
|
|
|
|
*/perf.data
|
|
|
|
|
|
|
|
# ignore build files
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
CTestTestfile.cmake
|
|
|
|
*.a
|
|
|
|
*.o
|
2017-09-21 21:51:17 +00:00
|
|
|
cmake-build-*
|
2016-02-10 02:15:54 +00:00
|
|
|
|
2017-05-30 11:49:17 +00:00
|
|
|
# Python cache
|
|
|
|
*.pyc
|
|
|
|
__pycache__
|
2018-05-03 13:34:19 +00:00
|
|
|
*.pytest_cache
|
2017-05-30 11:49:17 +00:00
|
|
|
|
2016-02-14 11:09:53 +00:00
|
|
|
test.cpp
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
|
|
|
|
|
|
|
*-preprocessed.xml
|
|
|
|
|
|
|
|
core
|
2017-09-04 19:33:17 +00:00
|
|
|
!core/
|
2016-02-14 11:09:53 +00:00
|
|
|
vgcore*
|
2016-02-10 02:15:54 +00:00
|
|
|
|
|
|
|
*.deb
|
|
|
|
*.build
|
|
|
|
*.upload
|
|
|
|
*.changes
|
|
|
|
build-stamp
|
|
|
|
configure-stamp
|
|
|
|
|
|
|
|
*.bin
|
|
|
|
*.mrk
|
2019-07-04 18:30:01 +00:00
|
|
|
*.mrk2
|
2020-08-07 00:53:27 +00:00
|
|
|
*.mrk3
|
2016-02-10 02:15:54 +00:00
|
|
|
|
|
|
|
.dupload.conf
|
|
|
|
|
|
|
|
# Netbeans project files
|
2016-02-14 11:09:53 +00:00
|
|
|
nbproject/*
|
2016-02-10 02:15:54 +00:00
|
|
|
|
|
|
|
# JetBrains project files
|
|
|
|
.idea
|
|
|
|
|
2016-11-10 18:27:35 +00:00
|
|
|
# Microsoft Visual Studio Code
|
|
|
|
.vscode
|
|
|
|
|
2016-02-10 02:15:54 +00:00
|
|
|
config-preprocessed.xml
|
|
|
|
|
|
|
|
# Protobuf
|
|
|
|
*.pb.cpp
|
|
|
|
*.pb.h
|
2016-06-26 04:24:37 +00:00
|
|
|
|
|
|
|
# Ignore symlink to private repository
|
|
|
|
/private
|
2017-04-10 14:24:53 +00:00
|
|
|
|
|
|
|
# Gulp dependencies used to minify website
|
|
|
|
node_modules
|
|
|
|
public
|
2017-05-30 13:47:46 +00:00
|
|
|
website/docs
|
2017-12-29 15:45:21 +00:00
|
|
|
website/presentations
|
2018-07-30 16:34:55 +00:00
|
|
|
website/package-lock.json
|
2018-07-18 10:00:53 +00:00
|
|
|
.DS_Store
|
|
|
|
*/.DS_Store
|
2018-10-30 14:05:44 +00:00
|
|
|
|
2018-12-11 17:43:12 +00:00
|
|
|
# cquery cache
|
|
|
|
/.cquery-cache
|
2018-12-28 09:07:58 +00:00
|
|
|
|
|
|
|
# ccls cache
|
|
|
|
/.ccls-cache
|
2019-02-07 13:47:16 +00:00
|
|
|
|
2020-01-14 13:30:06 +00:00
|
|
|
# clangd cache
|
|
|
|
/.clangd
|
2020-10-10 20:41:27 +00:00
|
|
|
/.cache
|
2020-01-14 13:30:06 +00:00
|
|
|
|
2019-02-07 13:47:16 +00:00
|
|
|
/compile_commands.json
|
2019-10-30 07:01:53 +00:00
|
|
|
|
|
|
|
# Toolchains
|
|
|
|
/cmake/toolchain/*
|
2020-11-24 12:36:19 +00:00
|
|
|
|
2020-12-04 02:15:44 +00:00
|
|
|
# ANTLR extension cache
|
|
|
|
.antlr
|
|
|
|
|
|
|
|
# ANTLR generated files
|
|
|
|
/src/Parsers/New/*.interp
|
|
|
|
/src/Parsers/New/*.tokens
|
|
|
|
/src/Parsers/New/ClickHouseParserBaseVisitor.*
|
|
|
|
|
|
|
|
# pytest-profiling
|
|
|
|
/prof
|
|
|
|
|
2020-11-24 12:36:19 +00:00
|
|
|
*.iml
|
2021-02-17 04:56:57 +00:00
|
|
|
|
|
|
|
# data store
|
|
|
|
/programs/server/data
|
|
|
|
/programs/server/metadata
|
|
|
|
/programs/server/store
|
|
|
|
|