mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 01:52:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			541 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			541 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 534b0e8d0ff1407c2c0e8e8c650f47ce6060a7a4 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Tue, 22 Sep 2020 18:02:55 +0200
 | |
| Subject: [PATCH 01/43] .gitignore: add the /profiles folder
 | |
| 
 | |
| Signed-off-by: John Crispin <john@phrozen.org>
 | |
| ---
 | |
|  .gitignore | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| diff --git a/.gitignore b/.gitignore
 | |
| index 9647daa5a4..70a592e12f 100644
 | |
| --- a/.gitignore
 | |
| +++ b/.gitignore
 | |
| @@ -16,6 +16,7 @@
 | |
|  /overlay
 | |
|  /package/feeds
 | |
|  /package/openwrt-packages
 | |
| +/profiles
 | |
|  /*.patch
 | |
|  key-build*
 | |
|  *.orig
 | |
| -- 
 | |
| 2.25.1
 | |
| 
 | 
