mirror of
				https://github.com/Clortox/rss-cli.git
				synced 2025-07-17 14:12:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #ignore all .o files
 | |
| src/**/*.o
 | |
| 
 | |
| #ignore all swp files
 | |
| **/*.swp
 | |
| 
 | |
| #ignore all executables, but still keep the bin folder
 | |
| bin/*
 | |
| !bin/.gitkeep
 | 
