-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (32 loc) · 714 Bytes
/
.gitignore
File metadata and controls
32 lines (32 loc) · 714 Bytes
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
example/example.xcodeproj/project.xcworkspace/xcshareddata
example/example.xcodeproj/project.xcworkspace/xcuserdata
example/example.xcodeproj/xcshareddata
example/example.xcodeproj/xcuserdata
example/.vs
example/Win32
example/x64/
example/example.opensdf
example/example.sdf
example/example.VC.db
example/example.VC.VC.opendb
example/example
example/example.exe
*.o
*.d
*.user
tests/tests.xcodeproj/project.xcworkspace/xcshareddata
tests/tests.xcodeproj/project.xcworkspace/xcuserdata
tests/tests.xcodeproj/xcshareddata
tests/tests.xcodeproj/xcuserdata
tests/.vs
tests/Win32
tests/x64/
tests/tests.opensdf
tests/tests.sdf
tests/tests.VC.db
tests/tests.VC.VC.opendb
tests/tests
tests/tests.exe
*.gcov
*.gcda
*.gcno