mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	Added .vscode folder to .gitignore
This commit is contained in:
		
							parent
							
								
									f3d9f6191e
								
							
						
					
					
						commit
						5fa4454b5a
					
				
							
								
								
									
										41
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										41
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,20 +1,21 @@
 | 
				
			|||||||
CMakeLists.txt.user*
 | 
					CMakeLists.txt.user*
 | 
				
			||||||
build*
 | 
					build*
 | 
				
			||||||
qtbuild/*
 | 
					qtbuild/*
 | 
				
			||||||
sdriq/*
 | 
					sdriq/*
 | 
				
			||||||
presets/*
 | 
					presets/*
 | 
				
			||||||
LOCAL/*
 | 
					LOCAL/*
 | 
				
			||||||
sdrangelove.supp
 | 
					sdrangelove.supp
 | 
				
			||||||
.cproject
 | 
					.cproject
 | 
				
			||||||
.project
 | 
					.project
 | 
				
			||||||
.pydevproject
 | 
					.pydevproject
 | 
				
			||||||
.settings/
 | 
					.vscode/
 | 
				
			||||||
*.cs
 | 
					.settings/
 | 
				
			||||||
*.pro.user
 | 
					*.cs
 | 
				
			||||||
.idea/*
 | 
					*.pro.user
 | 
				
			||||||
debian/sdrangel/*
 | 
					.idea/*
 | 
				
			||||||
debian/sdrangel.substvars
 | 
					debian/sdrangel/*
 | 
				
			||||||
debian/files
 | 
					debian/sdrangel.substvars
 | 
				
			||||||
debian/sdrangel.debhelper.log
 | 
					debian/files
 | 
				
			||||||
debian/debhelper-build-stamp
 | 
					debian/sdrangel.debhelper.log
 | 
				
			||||||
obj-x86_64-linux-gnu/*
 | 
					debian/debhelper-build-stamp
 | 
				
			||||||
 | 
					obj-x86_64-linux-gnu/*
 | 
				
			||||||
 | 
				
			|||||||
@ -15,7 +15,7 @@
 | 
				
			|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.          //
 | 
					// along with this program. If not, see <http://www.gnu.org/licenses/>.          //
 | 
				
			||||||
///////////////////////////////////////////////////////////////////////////////////
 | 
					///////////////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "../../channelrx/demoddsd/dsddecoder.h"
 | 
					#include "dsddecoder.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <QtGlobal>
 | 
					#include <QtGlobal>
 | 
				
			||||||
#include "audio/audiofifo.h"
 | 
					#include "audio/audiofifo.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user