93 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Compiled source #
 | |
| ###################
 | |
| *.com
 | |
| *.class
 | |
| *.dll
 | |
| *.exe
 | |
| *.o
 | |
| *.so
 | |
| 
 | |
| # Packages #
 | |
| ############
 | |
| # it's better to unpack these files and commit the raw source
 | |
| # git has its own built in compression methods
 | |
| *.7z
 | |
| *.dmg
 | |
| *.gz
 | |
| *.iso
 | |
| *.jar
 | |
| *.rar
 | |
| *.tar
 | |
| *.zip
 | |
| 
 | |
| # Logs and databases #
 | |
| ######################
 | |
| *.log
 | |
| *.sql
 | |
| *.sqlite
 | |
| 
 | |
| # OS generated files #
 | |
| ######################
 | |
| .DS_Store
 | |
| ehthumbs.db
 | |
| Icon?
 | |
| Thumbs.db
 | |
| 
 | |
| # build related files #
 | |
| #######################
 | |
| /build/
 | |
| /Util/FingerPrint.cpp
 | |
| /Util/GitDescription.cpp
 | |
| 
 | |
| # Eclipse related files #
 | |
| #########################
 | |
| .setting*
 | |
| .scb
 | |
| .cproject
 | |
| .project
 | |
| 
 | |
| # stxxl related files #
 | |
| #######################
 | |
| .stxxl
 | |
| stxxl.log
 | |
| stxxl.errlog
 | |
| 
 | |
| # compiled protobuffers #
 | |
| #########################
 | |
| /DataStructures/pbf-proto/*.pb.h
 | |
| /DataStructures/pbf-proto/*.pb.cc
 | |
| 
 | |
| # External Libs #
 | |
| #################
 | |
| /lib/
 | |
| /win/lib
 | |
| 
 | |
| # Visual Studio Temp + build Files #
 | |
| ####################################
 | |
| /win/*.user
 | |
| /win/*.ncb
 | |
| /win/*.suo
 | |
| /win/Debug/
 | |
| /win/Release/
 | |
| /win/bin/
 | |
| /win/bin-debug/
 | |
| /osrm-extract
 | |
| /osrm-io-benchmark
 | |
| /osrm-components
 | |
| /osrm-routed
 | |
| /osrm-datastore
 | |
| /osrm-prepare
 | |
| /osrm-unlock-all
 | |
| /osrm-cli
 | |
| /nohup.out
 | |
| 
 | |
| # Sandbox folder #
 | |
| ###################
 | |
| /sandbox/
 | |
| 
 | |
| /test/profile.lua
 | |
| 
 | |
| # Deprecated config file #
 | |
| ##########################
 | |
| /server.ini
 |