Fossil SCM
Doc update: ignore-glob setting should be used to prevent *.log files from being added.
Commit
1162df8e4125f7ad76f43a4a111b2ed42ef956ce
Parent
0df0ce8025c6b88…
1 file changed
+2
-2
M
src/db.c
+2
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2247,15 +2247,15 @@ | ||
| 2247 | 2247 | ** even if the login page request came via HTTP. |
| 2248 | 2248 | ** |
| 2249 | 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | 2250 | ** (versionable) patterns specifying files that the "add", "addremove", |
| 2251 | 2251 | ** "clean", and "extra" commands will ignore. |
| 2252 | -** Example: customCode.c notes.txt | |
| 2252 | +** Example: *.log customCode.c notes.txt | |
| 2253 | 2253 | ** |
| 2254 | 2254 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2255 | 2255 | ** (versionable) patterns specifying files that the "clean" command will |
| 2256 | -** keep. Example: *.log | |
| 2256 | +** keep. | |
| 2257 | 2257 | ** |
| 2258 | 2258 | ** localauth If enabled, require that HTTP connections from |
| 2259 | 2259 | ** 127.0.0.1 be authenticated by password. If |
| 2260 | 2260 | ** false, all HTTP requests from localhost have |
| 2261 | 2261 | ** unrestricted access to the repository. |
| 2262 | 2262 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2247,15 +2247,15 @@ | |
| 2247 | ** even if the login page request came via HTTP. |
| 2248 | ** |
| 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | ** (versionable) patterns specifying files that the "add", "addremove", |
| 2251 | ** "clean", and "extra" commands will ignore. |
| 2252 | ** Example: customCode.c notes.txt |
| 2253 | ** |
| 2254 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2255 | ** (versionable) patterns specifying files that the "clean" command will |
| 2256 | ** keep. Example: *.log |
| 2257 | ** |
| 2258 | ** localauth If enabled, require that HTTP connections from |
| 2259 | ** 127.0.0.1 be authenticated by password. If |
| 2260 | ** false, all HTTP requests from localhost have |
| 2261 | ** unrestricted access to the repository. |
| 2262 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2247,15 +2247,15 @@ | |
| 2247 | ** even if the login page request came via HTTP. |
| 2248 | ** |
| 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | ** (versionable) patterns specifying files that the "add", "addremove", |
| 2251 | ** "clean", and "extra" commands will ignore. |
| 2252 | ** Example: *.log customCode.c notes.txt |
| 2253 | ** |
| 2254 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2255 | ** (versionable) patterns specifying files that the "clean" command will |
| 2256 | ** keep. |
| 2257 | ** |
| 2258 | ** localauth If enabled, require that HTTP connections from |
| 2259 | ** 127.0.0.1 be authenticated by password. If |
| 2260 | ** false, all HTTP requests from localhost have |
| 2261 | ** unrestricted access to the repository. |
| 2262 |