We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c18f93 commit 0db5c4cCopy full SHA for 0db5c4c
3 files changed
.gitignore
@@ -1,21 +1,28 @@
1
-# Defines which files Git should ignore
2
-# http://git-scm.com
3
-*~
+!m4/.gitkeep
4
*.la
5
*.lo
6
*.o
7
*.pc
8
*.swp
+*~
+.DS_Store
9
+.build-xcframework/
10
11
.deps/
12
.dirstamp
-.DS_Store
13
.libs/
14
+Config.h
15
+Config.h.in
16
+Examples/Hello
17
+Examples/HelloCompute
18
+Frameworks/
19
+Makefile
20
+Makefile.in
21
aclocal.m4
22
autom4te.cache/
23
+build/
24
compile
25
config.guess
-Config.h
-Config.h.in
26
config.log
27
config.status
28
config.sub
@@ -25,14 +32,7 @@ install-sh
32
libtool
33
ltmain.sh
34
m4/*
-!m4/.gitkeep
29
-Makefile
30
-Makefile.in
31
35
missing
36
stamp-h1
37
test-driver
-build/
38
xcuserdata/
-.build-xcframework/
-Frameworks/
Examples/Hello
0 commit comments