mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-30 17:48:09 +00:00 
			
		
		
		
	
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -8,6 +8,7 @@ fs.* | |||||||
| target/ | target/ | ||||||
| *.deb | *.deb | ||||||
| *.changes | *.changes | ||||||
|  | *.buildinfo | ||||||
|  |  | ||||||
| # Subdirectories in src | # Subdirectories in src | ||||||
| src/hiredis/* | src/hiredis/* | ||||||
|   | |||||||
| @@ -31,3 +31,20 @@ | |||||||
| # Debug files | # Debug files | ||||||
| *.dSYM/ | *.dSYM/ | ||||||
| *.su | *.su | ||||||
|  |  | ||||||
|  | # Kernel Module Compile Results | ||||||
|  | *.mod* | ||||||
|  | *.cmd | ||||||
|  | *.o.d | ||||||
|  | .tmp_versions/ | ||||||
|  | modules.order | ||||||
|  | Module.symvers | ||||||
|  | Mkfile.old | ||||||
|  | dkms.conf | ||||||
|  |  | ||||||
|  | # Debian packaging | ||||||
|  | *.debhelper.log | ||||||
|  | *.postinst.debhelper | ||||||
|  | *.postrm.debhelper | ||||||
|  | *.prerm.debhelper | ||||||
|  | *.substvars | ||||||
|   | |||||||
| @@ -31,3 +31,20 @@ | |||||||
| # Debug files | # Debug files | ||||||
| *.dSYM/ | *.dSYM/ | ||||||
| *.su | *.su | ||||||
|  |  | ||||||
|  | # Kernel Module Compile Results | ||||||
|  | *.mod* | ||||||
|  | *.cmd | ||||||
|  | *.o.d | ||||||
|  | .tmp_versions/ | ||||||
|  | modules.order | ||||||
|  | Module.symvers | ||||||
|  | Mkfile.old | ||||||
|  | dkms.conf | ||||||
|  |  | ||||||
|  | # Debian packaging | ||||||
|  | *.debhelper.log | ||||||
|  | *.postinst.debhelper | ||||||
|  | *.postrm.debhelper | ||||||
|  | *.prerm.debhelper | ||||||
|  | *.substvars | ||||||
|   | |||||||
| @@ -1,10 +1,6 @@ | |||||||
| # Object files | # Object files | ||||||
| *.o | *.o | ||||||
| *.ko | *.ko | ||||||
| *.cmd |  | ||||||
| *.mod.c |  | ||||||
| *.symvers |  | ||||||
| *.order |  | ||||||
| *.obj | *.obj | ||||||
| *.elf | *.elf | ||||||
|  |  | ||||||
| @@ -35,3 +31,20 @@ | |||||||
| # Debug files | # Debug files | ||||||
| *.dSYM/ | *.dSYM/ | ||||||
| *.su | *.su | ||||||
|  |  | ||||||
|  | # Kernel Module Compile Results | ||||||
|  | *.mod* | ||||||
|  | *.cmd | ||||||
|  | *.o.d | ||||||
|  | .tmp_versions/ | ||||||
|  | modules.order | ||||||
|  | Module.symvers | ||||||
|  | Mkfile.old | ||||||
|  | dkms.conf | ||||||
|  |  | ||||||
|  | # Debian packaging | ||||||
|  | *.debhelper.log | ||||||
|  | *.postinst.debhelper | ||||||
|  | *.postrm.debhelper | ||||||
|  | *.prerm.debhelper | ||||||
|  | *.substvars | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Guohan Lu
					Guohan Lu