-
Notifications
You must be signed in to change notification settings - Fork 153
/
.gitignore
89 lines (79 loc) · 1011 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*.o
*.lo
*.la
*.pc
*.m4
Makefile
Makefile.in
.deps
.libs
.dirstamp
config.*
ta-lib.dpkg
ta-lib.spec
missing
ltmain.sh
libtool
install-sh
include/ta_config.*
include/stamp-h1
depcomp
configure
compile
autom4te.cache
ar-lib
**/.history/
# TA-Lib tools (must be built by devs on its own platform)
src/tools/gen_code/gen_code
src/tools/ta_regtest/ta_regtest
bin/*.class
bin/gen_code*
bin/ta_*
!bin/HOLDER
## TA-Lib misc. build and packaging artifacts
msbuild_path.txt
lib/ta_*
lib/ta-*
build/ta-lib-*.tar.gz
LICENSE.rtf
## File system
.DS_Store
desktop.ini
## User stuff...
node_modules
__pycache__
venv
.venv
.env
# Build files (from mkdocs)
/site
/build
/MANIFEST
## Temporary files
*~
\#*
\#*\#
.#
TODO
tmp
temp/
## Editors
*.swp
*.swo
Session.vim
.cproject
.idea
*.iml
.project
.favorites.json
.settings/
.vscode/ltex.disabledRules.en-US.txt
.vscode/ltex.dictionary.en-US.txt
# Visual Studio
.vs/
out/
*.vcxproj.user
## MSVC Windows builds (debug info)
*.pdb
# Never ignore .gitkeep files
!**/.gitkeep