-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
64 lines (64 loc) · 1.21 KB
/
.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
*.aps
*.obj
*.iobj
*.ipdb
*.pdb
*.exp
*.lib
*.res
*.idb
*.res
*.db
*.opendb
*.suo
*.ipch
*.cache
*.log
*.mez
*.xml
/vcpkg/
# Visual Studio
.vs/*
src/.vs/*
# Visual Studio Code
.vscode/*
LICENSE.txt
/performance/**/CMakeFiles/
/performance/**/Makefile
/performance/**/*.so
/performance/**/performance_results
/performance/**/performance_execution
/performance/**/googletest/
/performance/**/*.a
/performance/**/*.vcxproj*
/performance/**/*.dll
/performance/**/*.stamp*
/performance/**/*.pdb
/performance/**/*.lib
/performance/**/CMakeCache
/performance/**/*.un
/performance/**/*.sln
/performance/**/*.exe
/performance/build/
/performance/lib/
/performance/bin/
**/performance_results_report.csv
*.filters
*.vcxproj
*.sln
cmake_install.cmake
CMakeCache.txt
/build/
/cmake-build32/
/cmake-build64/
/src/PowerBIConnector/AmazonTimestreamConnector/bin/Debug/
/src/PowerBIConnector/AmazonTimestreamConnector/obj/
/src/PowerBIConnector/AmazonTimestreamConnector/.vs/
/src/PowerBIConnector/AmazonTimestreamAADConnector/bin/Debug/
/src/PowerBIConnector/AmazonTimestreamAADConnector/obj/
/src/PowerBIConnector/AmazonTimestreamAADConnector/.vs/
src/aws-sdk-cpp/
src/tests/input/credentials
src/out/
scripts/postinst_unix32.sh
scripts/postinst_unix64.sh