Skip to content

Commit e2b4245

Browse files
committed
mdbx: дополнение .gitignore
1 parent b5def26 commit e2b4245

File tree

1 file changed

+47
-25
lines changed

1 file changed

+47
-25
lines changed

.gitignore

+47-25
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,69 @@
1+
*[~#]
2+
@*
13
*.[ao]
4+
*.autosave
25
*.bak
3-
*.exe
6+
build.ninja
7+
cmake-build-*
8+
CMakeCache.txt
9+
CMakeFiles/
10+
cmake_install.cmake
11+
CMakeLists.txt.user
12+
core
13+
CTestTestfile.cmake
14+
DartConfiguration.tcl
15+
dist/
16+
*.dll
17+
docs/Doxyfile
18+
docs/html/
19+
*.dSYM
20+
*.dylib
421
*.err
22+
*.exe
523
*.gcda
624
*.gcno
725
*.gcov
8-
*.lo
9-
*.orig
10-
*.rej
11-
*.so
12-
*.dll
13-
*.dylib
14-
*.dSYM
15-
*[~#]
1626
.idea
17-
.vs/
18-
.vscode/
19-
cmake-build-*
20-
@*
21-
core
22-
mdbx_example
2327
libmdbx.creator.user
24-
CMakeLists.txt.user
28+
*.lo
2529
mdbx_chk
2630
mdbx_copy
2731
mdbx_drop
2832
mdbx_dump
33+
mdbx_example
2934
mdbx_load
3035
mdbx_stat
3136
mdbx_test
37+
.ninja_deps
38+
.ninja_log
39+
*.orig
40+
*.rej
41+
*.so
42+
src/config.h
43+
src/version.c
44+
*.tar*
45+
test/cmake_install.cmake
46+
test/CTestTestfile.cmake
47+
test_extra_crunched_delete
48+
test_extra_cursor_closing
49+
test_extra_dbi
50+
test_extra_doubtless_positioning
51+
test_extra_dupfix_addodd
52+
test_extra_dupfix_multiple
53+
test_extra_early_close_dbi
54+
test_extra_hex_base64_base58
55+
test_extra_maindb_ordinal
56+
test_extra_open
57+
test_extra_pcrf
58+
test_extra_upsert_alldups
59+
Testing/
3260
test.log
3361
test/tmp.db
3462
test/tmp.db-lck
3563
tmp.db
3664
tmp.db-lck
3765
valgrind.*
38-
src/version.c
39-
src/config.h
40-
dist/
41-
dist-check/
42-
dist-checked.tag
43-
*.tar*
66+
version.c
67+
.vs/
68+
.vscode/
4469
*.zip
45-
docs/Doxyfile
46-
docs/html/
47-
buildflags.tag

0 commit comments

Comments
 (0)