.gitignore: Adjust the glob pattern for the "doc/stamp" files.
* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									db8334cddd
								
							
						
					
					
						commit
						20fd0e485f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -146,7 +146,7 @@ tmp | ||||||
| /doc/os-config-lightweight-desktop.texi | /doc/os-config-lightweight-desktop.texi | ||||||
| /nix/scripts/download | /nix/scripts/download | ||||||
| /.version | /.version | ||||||
| /doc/stamp-[0-9] | /doc/stamp-[0-9]* | ||||||
| /gnu/packages/bootstrap | /gnu/packages/bootstrap | ||||||
| /gnu/packages/aux-files/guile-guile-launcher.o | /gnu/packages/aux-files/guile-guile-launcher.o | ||||||
| /guile | /guile | ||||||
|  |  | ||||||
		Reference in a new issue