mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-04 00:22:21 +08:00
mdbx-make: Added DLLs and dSYMs to clean & gitignore.
- Added file types .dll, .dylib and .dSYM to .gitignore - Added above to the file types deleted by `make clean` Resolves https://github.com/erthink/libmdbx/issues/151
This commit is contained in:
committed by
Leonid Yuriev
parent
3a441d6d3a
commit
adc7208169
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,6 +8,9 @@
|
||||
*.orig
|
||||
*.rej
|
||||
*.so
|
||||
*.dll
|
||||
*.dylib
|
||||
*.dSYM
|
||||
*[~#]
|
||||
.idea
|
||||
.le.ini
|
||||
|
Reference in New Issue
Block a user