Skip to content

Commit d4eba31

Browse files
committed
Restore .gitignore from 61ea880
It was accidentally removed in 4b7a04d
1 parent 9085937 commit d4eba31

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
build*
2+
!build-scripts/
3+
aclocal.m4
4+
autom4te*
5+
config.cache
6+
config.log
7+
config.status
8+
Makefile
9+
libtool
10+
.deps
11+
.libs
12+
*.lo
13+
*.o
14+
*.la
15+
*.lai
16+
Debug
17+
Release
18+
*.user
19+
*.ncb
20+
*.suo
21+
*.sdf
22+
.DS_Store
23+
xcuserdata
24+
*.xcworkspace
25+
.vs
26+
.vscode
27+
Xcode/build.xcconfig

0 commit comments

Comments
 (0)