77 lines
		
	
	
	
		
			643 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
	
		
			643 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Prerequisites
 | |
| *.d
 | |
| 
 | |
| # Compiled Object files
 | |
| *.slo
 | |
| *.lo
 | |
| *.o
 | |
| *.obj
 | |
| 
 | |
| # Precompiled Headers
 | |
| *.gch
 | |
| *.pch
 | |
| 
 | |
| # Compiled Dynamic libraries
 | |
| *.so
 | |
| *.dylib
 | |
| *.dll
 | |
| 
 | |
| # Fortran module files
 | |
| *.mod
 | |
| *.smod
 | |
| 
 | |
| # Compiled Static libraries
 | |
| *.lai
 | |
| *.la
 | |
| *.a
 | |
| *.lib
 | |
| 
 | |
| # Executables
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # IntelliJ project files
 | |
| .idea
 | |
| *.iml
 | |
| out
 | |
| gen
 | |
| 
 | |
| ### ROS2
 | |
| install/
 | |
| log/
 | |
| build/
 | |
| 
 | |
| # Ignore generated docs
 | |
| *.dox
 | |
| *.wikidoc
 | |
| 
 | |
| # eclipse stuff
 | |
| .project
 | |
| .cproject
 | |
| 
 | |
| # qcreator stuff
 | |
| CMakeLists.txt.user
 | |
| 
 | |
| srv/_*.py
 | |
| *.pcd
 | |
| *.pyc
 | |
| qtcreator-*
 | |
| *.user
 | |
| 
 | |
| *~
 | |
| 
 | |
| # Emacs
 | |
| .#*
 | |
| 
 | |
| # Colcon custom files
 | |
| COLCON_IGNORE
 | |
| AMENT_IGNORE
 | |
| 
 | |
| 
 | |
| ## custom stuff
 | |
| # python venv
 | |
| venv*/
 | |
| 
 | |
| # analysis output dir
 | |
| analysis/
 |