Skip to content

Commit

Permalink
Restore .gitignore from 61ea880
Browse files Browse the repository at this point in the history
It was accidentally removed in 4b7a04d
  • Loading branch information
madebr committed Dec 22, 2024
1 parent 9085937 commit d4eba31
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build*
!build-scripts/
aclocal.m4
autom4te*
config.cache
config.log
config.status
Makefile
libtool
.deps
.libs
*.lo
*.o
*.la
*.lai
Debug
Release
*.user
*.ncb
*.suo
*.sdf
.DS_Store
xcuserdata
*.xcworkspace
.vs
.vscode
Xcode/build.xcconfig

0 comments on commit d4eba31

Please sign in to comment.