Skip to content

Commit

Permalink
Add binary files to gitignore (#376)
Browse files Browse the repository at this point in the history
## Type of change
```
- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other
```

## Objective
These files have to be copied in specific places when building the SDK
bindings, and having them tracked by git is quite annoying.
  • Loading branch information
dani-garcia authored Dec 1, 2023
1 parent 20c38c9 commit 267d79f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ bld/
[Bb]in/
[Oo]bj/

# Binary files
*.dylib
*.a
*.so
*.dll
*.class

# Editor directories and files
.idea
xcuserdata/
Expand Down

0 comments on commit 267d79f

Please sign in to comment.