mirror of
				https://github.com/arcan1s/queued.git
				synced 2025-10-30 21:53:41 +00:00 
			
		
		
		
	start working on C++ implementation
This commit is contained in:
		
							
								
								
									
										50
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										50
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,49 @@ | ||||
| qdtest/* | ||||
| # Compiled Object files | ||||
| *.slo | ||||
| *.lo | ||||
| *.o | ||||
| *.obj | ||||
|  | ||||
| # Precompiled Headers | ||||
| *.gch | ||||
| *.pch | ||||
|  | ||||
| # Compiled Dynamic libraries | ||||
| *.so | ||||
| *.dylib | ||||
| *.dll | ||||
|  | ||||
| # Fortran module files | ||||
| *.mod | ||||
|  | ||||
| # Compiled Static libraries | ||||
| *.lai | ||||
| *.la | ||||
| *.a | ||||
| *.lib | ||||
|  | ||||
| # Executables | ||||
| *.exe | ||||
| *.out | ||||
| *.app | ||||
|  | ||||
| # cmake | ||||
| CMakeCache.txt | ||||
| CMakeFiles | ||||
| CMakeScripts | ||||
| Makefile | ||||
| cmake_install.cmake | ||||
| install_manifest.txt | ||||
|  | ||||
| # build directory | ||||
| build | ||||
|  | ||||
| # archives | ||||
| *src.tar.[gx]z | ||||
| *pkg.tar.[gx]z | ||||
| src | ||||
| pkg | ||||
| *.deb | ||||
|  | ||||
| # clion settings | ||||
| .idea | ||||
|  | ||||
		Reference in New Issue
	
	Block a user