scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention.
Signed-off-by: Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
This commit is contained in:
		
							
								
								
									
										5
									
								
								scripts/config/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								scripts/config/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,9 @@ | |||||||
| *.o | *.o | ||||||
| lxdialog |  | ||||||
| conf* | conf* | ||||||
|  | !conf*.c | ||||||
|  | !conf*.h | ||||||
| mconf* | mconf* | ||||||
|  | !mconf*.c | ||||||
|  | !mconf*.h | ||||||
| mconf_check | mconf_check | ||||||
| *.*.c | *.*.c | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								scripts/config/lxdialog/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								scripts/config/lxdialog/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | lxdialog | ||||||
|  | *.o | ||||||
		Reference in New Issue
	
	Block a user
	 Jo-Philipp Wich
					Jo-Philipp Wich