Skip to content

Commit 0db5c4c

Browse files
committed
Don't version bins and scripts.
1 parent 0c18f93 commit 0db5c4c

3 files changed

Lines changed: 13 additions & 433 deletions

File tree

.gitignore

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
# Defines which files Git should ignore
2-
# http://git-scm.com
3-
*~
1+
!m4/.gitkeep
42
*.la
53
*.lo
64
*.o
75
*.pc
86
*.swp
7+
*~
8+
.DS_Store
9+
.build-xcframework/
10+
.build-xcframework/
911
.deps/
1012
.dirstamp
11-
.DS_Store
1213
.libs/
14+
Config.h
15+
Config.h.in
16+
Examples/Hello
17+
Examples/HelloCompute
18+
Frameworks/
19+
Makefile
20+
Makefile.in
1321
aclocal.m4
1422
autom4te.cache/
23+
build/
1524
compile
1625
config.guess
17-
Config.h
18-
Config.h.in
1926
config.log
2027
config.status
2128
config.sub
@@ -25,14 +32,7 @@ install-sh
2532
libtool
2633
ltmain.sh
2734
m4/*
28-
!m4/.gitkeep
29-
Makefile
30-
Makefile.in
3135
missing
3236
stamp-h1
3337
test-driver
34-
build/
3538
xcuserdata/
36-
.build-xcframework/
37-
Frameworks/
38-
.build-xcframework/

Examples/Hello

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)