-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
95 lines (88 loc) · 1.28 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
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
90
91
92
93
94
95
# Build artifacts
build/
bin/
lib/
out/
x64/
x86/
**/*.dir
*.pkg
aws_sdk*/
# Test artifacts
test/Testing/**
# Ignore all test binaries, and keep everything else
test/*
!test/docker
!test/CMakeLists.txt
!test/*.c
!test/*.cc
!test/*.h
!test/*.in
!test/unit.pl
unit_testing/build/**
unit_testing/bin/**
integration/bin/**
# Test dependencies
_deps/**
*/_deps/**
# CMake generated files
CPack*.cmake
**/CMakeFiles
**/cmake_install.cmake
**/CMakeCache.txt
**/Makefile
cmake/sql*.c
*.cmake
mysql_strings/uca900_ja_tbls.cc
mysql_strings/uca900_zh_tbls.cc
getmysqlversion.c
_CPack_Packages/
install_manifest*.txt
driver/drivera.def
driver/drivera.rc
driver/driverw.def
driver/driverw.rc
include/mysql-8.0/my_config.h
scripts/macosx/postflight
INFO_BIN
INFO_SRC
Install.bat
myodbc3.spec
Uninstall.bat
VersionInfo.h
# Visual Studio files
/.vs
/.vscode
*.vcxproj*
*.sln
**/*.aps
# Java build files
testframework/bin/
testframework/build/
testframework/buildtest/
testframework/dist/
testframework/nbproject/
testframework/patches/
testframework/src/test/resources/*.ini
*~
*.lock
*.swp
*.DS_Store
*.diff
*.dot
*.dot.png
*.class
*.iml
*.project.elrade
*.attach_pid*
*.gradle
*.idea
testframework/hs_err_pid*.log
# Wix files
*.wixobj
*.wixpdb
/wix/mysql-odbc-*.xml
/wix/*.msi
/wix/myodbc_version.xml
/wix/x64
/wix/x86