mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 03:14:14 +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:
parent
3a441d6d3a
commit
adc7208169
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,6 +8,9 @@
|
|||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
*.so
|
*.so
|
||||||
|
*.dll
|
||||||
|
*.dylib
|
||||||
|
*.dSYM
|
||||||
*[~#]
|
*[~#]
|
||||||
.idea
|
.idea
|
||||||
.le.ini
|
.le.ini
|
||||||
|
@ -72,7 +72,7 @@ strip: all
|
|||||||
strip libmdbx.$(SO_SUFFIX) $(TOOLS)
|
strip libmdbx.$(SO_SUFFIX) $(TOOLS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(TOOLS) mdbx_test @* *.[ao] *.[ls]o *~ tmp.db/* \
|
rm -rf $(TOOLS) mdbx_test @* *.[ao] *.[ls]o *.$(SO_SUFFIX) *.dSYM *~ tmp.db/* \
|
||||||
*.gcov *.log *.err src/*.o test/*.o mdbx_example dist \
|
*.gcov *.log *.err src/*.o test/*.o mdbx_example dist \
|
||||||
config.h src/config.h src/version.c *.tar*
|
config.h src/config.h src/version.c *.tar*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user