mirror of
				https://github.com/aportelli/LatAnalyze.git
				synced 2025-10-30 22:34:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # builds
 | |
| build/*
 | |
| build_debug/*
 | |
| sandbox/*
 | |
| 
 | |
| # Apple stuff
 | |
| *.xcodeproj
 | |
| .DS_Store
 | |
| 
 | |
| # VIM
 | |
| *.swp
 | |
| 
 | |
| # autotools
 | |
| autom4te.cache/*
 | |
| *.in
 | |
| *.in~
 | |
| config.h*
 | |
| configure
 | |
| configure~
 | |
| .buildutils/*
 | |
| aclocal.m4
 | |
| 
 | |
| # bison/flex generated sources
 | |
| lib/*Lexer.cpp
 | |
| lib/*Parser.cpp
 | |
| lib/*Parser.hpp
 | |
| 
 | |
| # Eigen headers
 | |
| lib/Eigen/*
 | |
| lib/eigen_files.mk
 | |
| 
 | |
| # CI builds
 | |
| ci-scripts/local/*
 | |
| 
 | |
| # VS Code Studio stuff
 | |
| .vscode
 | |
| *.code-workspace
 |