mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-11-03 22:04:16 +00:00 
			
		
		
		
	Tidy-up for .gitattributes and update_ext.sh
This commit is contained in:
		
							parent
							
								
									ff92992cc5
								
							
						
					
					
						commit
						d32f4278e2
					
				
							
								
								
									
										6
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,3 @@
 | 
			
		||||
*			eol=lf
 | 
			
		||||
*.png		binary
 | 
			
		||||
build/*		eol=crlf
 | 
			
		||||
*           eol=lf
 | 
			
		||||
*.png       binary
 | 
			
		||||
build/*     eol=crlf
 | 
			
		||||
 | 
			
		||||
@ -19,8 +19,7 @@ if [ ! -d $1 ] ; then
 | 
			
		||||
    mkdir -p $1
 | 
			
		||||
 | 
			
		||||
# Parse each of the extensions in the registry
 | 
			
		||||
    find $2 -name doc -type d -prune -o -name \
 | 
			
		||||
	"*.txt" -print | \
 | 
			
		||||
    find $2 -name doc -type d -prune -o -name "*.txt" -print | \
 | 
			
		||||
	grep -v -f $3 | sort | bin/parse_spec.pl $1
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user