Fossil SCM
Make "fossil extra" work as expected in fossil repository: not mentioning build-artifacts any more. This makes sure that files resulting from a build cannot be accidently "fossil add"-ed any more.
Commit
6ef3a2a42ce6c786f06a67893319cf51f042c571
Parent
9686570ab5c2f52…
1 file changed
+17
| --- .fossil-settings/ignore-glob | ||
| +++ .fossil-settings/ignore-glob | ||
| @@ -1,5 +1,22 @@ | ||
| 1 | +*.a | |
| 2 | +*.lib | |
| 3 | +*.manifest | |
| 4 | +*.o | |
| 5 | +*.obj | |
| 6 | +*.pdb | |
| 7 | +*.res | |
| 8 | +Makefile | |
| 9 | +bld/* | |
| 10 | +wbld/* | |
| 11 | +win/*.c | |
| 12 | +win/*.h | |
| 13 | +win/*.exe | |
| 14 | +win/headers | |
| 15 | +win/linkopts | |
| 16 | +autoconfig.h | |
| 17 | +config.log | |
| 1 | 18 | compat/openssl* |
| 2 | 19 | compat/tcl* |
| 3 | 20 | fossil |
| 4 | 21 | fossil.exe |
| 5 | 22 | win/fossil.exe |
| 6 | 23 |
| --- .fossil-settings/ignore-glob | |
| +++ .fossil-settings/ignore-glob | |
| @@ -1,5 +1,22 @@ | |
| 1 | compat/openssl* |
| 2 | compat/tcl* |
| 3 | fossil |
| 4 | fossil.exe |
| 5 | win/fossil.exe |
| 6 |
| --- .fossil-settings/ignore-glob | |
| +++ .fossil-settings/ignore-glob | |
| @@ -1,5 +1,22 @@ | |
| 1 | *.a |
| 2 | *.lib |
| 3 | *.manifest |
| 4 | *.o |
| 5 | *.obj |
| 6 | *.pdb |
| 7 | *.res |
| 8 | Makefile |
| 9 | bld/* |
| 10 | wbld/* |
| 11 | win/*.c |
| 12 | win/*.h |
| 13 | win/*.exe |
| 14 | win/headers |
| 15 | win/linkopts |
| 16 | autoconfig.h |
| 17 | config.log |
| 18 | compat/openssl* |
| 19 | compat/tcl* |
| 20 | fossil |
| 21 | fossil.exe |
| 22 | win/fossil.exe |
| 23 |