forked from sdllc/Basic-Excel-R-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (39 loc) · 1.31 KB
/
Copy path.gitignore
File metadata and controls
52 lines (39 loc) · 1.31 KB
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
# folders have local .gitignore files for the various relevant types.
# this top-level folder is just for R module build artifacts
BERTModule_*.gz
notes.md
yarn-error.log
# ---------------------------------------------------------------------------
# added on the r4-support branch
# ---------------------------------------------------------------------------
# vcpkg manifest-mode install trees. these are regenerated from vcpkg.json
# and vcpkg-configuration.json; they run to hundreds of megabytes each.
vcpkg_installed/
# R distributions used as build inputs (headers + import libs). these are
# local installs, not part of the source tree. see docs/BUILDING.md.
/R-3.5.0/
/R-4.5.2/
# visual studio per-user and per-machine state
.vs/
*.vcxproj.user
# build output directories, all platforms
[Xx]64/
Win32/
ARM64/
ARM64EC/
# editor-local settings and scratch notes
.vscode/
# local archives and scratch copies
*.7z
Console/generated/variable_pb_new.js
Console/generated/variable_pb_old.js
# release outputs (Install/build-release.ps1)
Install/BERT-Installer-*.exe
Install/BERT-*.zip
Install/build-log.txt
# R CMD INSTALL byproducts in the module source
Module/src/*.dll
Module/src/*.o
# the third-party add-in the optional help feature ships; build-release.ps1
# downloads and verifies it
Install/ExcelDna.IntelliSense64.xll