forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (44 loc) · 847 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Arcanist cache
/arcanist/.phutil_module_cache
# Jellyfish
/.jfconfig
# Internal Facebook build puts generate files in directories like:
/_build-*
compile_commands.json
# Internal Facebook Howtoeven static analyzer uses this directory.
/.howtoeven/*
# Files used in Facebook's internal testing system
/.arcrc
/tools
# Allow
!storage/innobase/xtrabackup/*
# Clangd version < 11 index
/.clangd
# Clangd version >= 11 index
/.cache/clangd
# LLVM coverage files
*.profraw
# emacs backup files
*~
# Misc tags/ctags files
tags
TAGS
TAGS_sorted_by_file
# googletest files
source_downloads
# Vim swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Configuration files for Visual Studio Code
.vscode/
build/
datatool/
datatools/
__pycache__/
heatwaveml.*
automl.egg-info/
_userconf.sh
scalability_jobs_*