mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.2.0107: hgignore is out of sync from gitignore
Problem: Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata)
This commit is contained in:
		| @@ -10,6 +10,7 @@ src/auto/gui_gtk_gresources.h | |||||||
| src/objects/.dirstamp | src/objects/.dirstamp | ||||||
| src/objects | src/objects | ||||||
| src/tags | src/tags | ||||||
|  | src/types.vim | ||||||
|  |  | ||||||
| # We do need src/auto/configure. | # We do need src/auto/configure. | ||||||
| src/auto/config.cache | src/auto/config.cache | ||||||
| @@ -86,6 +87,7 @@ src/kword_test | |||||||
|  |  | ||||||
| # Generated by "make install" | # Generated by "make install" | ||||||
| runtime/doc/tags | runtime/doc/tags | ||||||
|  | runtime/doc/doctags | ||||||
|  |  | ||||||
| # Generated by "make shadow".  The directory names could be anything but we | # Generated by "make shadow".  The directory names could be anything but we | ||||||
| # restrict them to shadow (the default) or shadow-* | # restrict them to shadow (the default) or shadow-* | ||||||
|   | |||||||
| @@ -742,6 +742,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     107, | ||||||
| /**/ | /**/ | ||||||
|     106, |     106, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user