Fossil SCM
Add build directories to ignore-glob.
Commit
bddd4961aa84545681481beabd815eece9c23824b8a9f1f85ce0e77d161ef656
Parent
c285cd081295904…
1 file changed
+27
| --- .fossil-settings/ignore-glob | ||
| +++ .fossil-settings/ignore-glob | ||
| @@ -1,7 +1,34 @@ | ||
| 1 | 1 | compat/openssl* |
| 2 | 2 | compat/tcl* |
| 3 | +compat/*.o | |
| 4 | +compat/*.a | |
| 5 | +compat/*.lo | |
| 6 | +compat/*.so | |
| 7 | +compat/*.so.* | |
| 8 | +compat/*.pc | |
| 9 | +compat/*.log | |
| 10 | +compat/*.obj | |
| 11 | +compat/*.res | |
| 12 | +compat/*.exp | |
| 13 | +compat/*.lib | |
| 14 | +compat/*.dll | |
| 15 | +compat/*.pdb | |
| 16 | +compat/*.exe | |
| 17 | +compat/*.manifest | |
| 18 | +compat/zlib/example | |
| 19 | +compat/zlib/example64 | |
| 20 | +compat/zlib/examplesh | |
| 21 | +compat/zlib/minigzip | |
| 22 | +compat/zlib/minigzip64 | |
| 23 | +compat/zlib/minigzipsh | |
| 3 | 24 | fossil |
| 4 | 25 | fossil.exe |
| 5 | 26 | win/fossil.exe |
| 6 | 27 | *shell-see.* |
| 7 | 28 | *sqlite3-see.* |
| 29 | +Makefile | |
| 30 | +autoconfig.h | |
| 31 | +config.log | |
| 32 | +bld/ | |
| 33 | +msvcbld/ | |
| 34 | +win/msvcbld/ | |
| 8 | 35 |
| --- .fossil-settings/ignore-glob | |
| +++ .fossil-settings/ignore-glob | |
| @@ -1,7 +1,34 @@ | |
| 1 | compat/openssl* |
| 2 | compat/tcl* |
| 3 | fossil |
| 4 | fossil.exe |
| 5 | win/fossil.exe |
| 6 | *shell-see.* |
| 7 | *sqlite3-see.* |
| 8 |
| --- .fossil-settings/ignore-glob | |
| +++ .fossil-settings/ignore-glob | |
| @@ -1,7 +1,34 @@ | |
| 1 | compat/openssl* |
| 2 | compat/tcl* |
| 3 | compat/*.o |
| 4 | compat/*.a |
| 5 | compat/*.lo |
| 6 | compat/*.so |
| 7 | compat/*.so.* |
| 8 | compat/*.pc |
| 9 | compat/*.log |
| 10 | compat/*.obj |
| 11 | compat/*.res |
| 12 | compat/*.exp |
| 13 | compat/*.lib |
| 14 | compat/*.dll |
| 15 | compat/*.pdb |
| 16 | compat/*.exe |
| 17 | compat/*.manifest |
| 18 | compat/zlib/example |
| 19 | compat/zlib/example64 |
| 20 | compat/zlib/examplesh |
| 21 | compat/zlib/minigzip |
| 22 | compat/zlib/minigzip64 |
| 23 | compat/zlib/minigzipsh |
| 24 | fossil |
| 25 | fossil.exe |
| 26 | win/fossil.exe |
| 27 | *shell-see.* |
| 28 | *sqlite3-see.* |
| 29 | Makefile |
| 30 | autoconfig.h |
| 31 | config.log |
| 32 | bld/ |
| 33 | msvcbld/ |
| 34 | win/msvcbld/ |
| 35 |