-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
71 lines (64 loc) · 997 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
CMakeCache.txt
CMakeFiles
cmake_install.cmake
Testing
CTestTestfile.cmake
ma_odbc_version.h
wininstall/mariadb_odbc.xml
mariadb-odbc-driver-uni.def
maodbcu.rc
*.vcxproj
*.vcxproj.*
*.sln
*.suo
*.sdf
*.dir
Debug
Win32
ipch
*.msi
*.wixobj
*.wixpdb
*.*~
*.diff
*.bak
*.so
*.dylib
.idea/
Makefile
CPackConfig.cmake
CPackSourceConfig.cmake
test/odbc_attribute
test/odbc_blockcursor
test/odbc_catalog
test/odbc_changecatalog
test/odbc_conformancelevel
test/odbc_connstr
test/odbc_datahandle
test/odbc_datatypes
test/odbc_sqlgrammar
test/odbc_sqlstatements
test/odbc_trans
test/attribute
test/blockcursor
test/catalog
test/changecatalog
test/conformancelevel
test/connstr
test/datahandle
test/datatypes
test/sqlgrammar
test/sqlstatements
test/trans
test/RUNTEST.py
# Remove files generated by VS
.vs
RelWithDebInfo
dsn/odbc_dsn.aps
test/RelWithDebInfo
wininstall/RelWithDebInfo
wininstall/binaries_dir.xml
wininstall/x64
x64
# Keep empty directories:
# Keep empty directories: >> .gitignore/.git*