2011-10-04 09:49:14 -04:00
|
|
|
# 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 #
|
|
|
|
######################
|
2011-11-26 10:42:15 -05:00
|
|
|
.DS_Store
|
2011-10-04 09:49:14 -04:00
|
|
|
ehthumbs.db
|
|
|
|
Icon?
|
|
|
|
Thumbs.db
|
|
|
|
|
2013-04-23 13:04:23 -04:00
|
|
|
# build related files #
|
2011-10-04 09:49:14 -04:00
|
|
|
#######################
|
2013-04-23 13:04:23 -04:00
|
|
|
/build/
|
2014-06-04 10:35:00 -04:00
|
|
|
/Util/FingerPrint.cpp
|
2013-08-10 07:29:24 -04:00
|
|
|
/Util/GitDescription.cpp
|
2014-08-11 10:16:45 -04:00
|
|
|
/cmake/postinst
|
2011-10-04 09:54:14 -04:00
|
|
|
|
|
|
|
# Eclipse related files #
|
|
|
|
#########################
|
|
|
|
.setting*
|
|
|
|
.scb
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
|
|
|
|
# stxxl related files #
|
|
|
|
#######################
|
2011-10-05 12:20:58 -04:00
|
|
|
.stxxl
|
2011-10-04 09:54:14 -04:00
|
|
|
stxxl.log
|
|
|
|
stxxl.errlog
|
|
|
|
|
|
|
|
# compiled protobuffers #
|
|
|
|
#########################
|
2012-12-20 16:12:07 -05:00
|
|
|
/DataStructures/pbf-proto/*.pb.h
|
|
|
|
/DataStructures/pbf-proto/*.pb.cc
|
2011-10-05 12:20:58 -04:00
|
|
|
|
|
|
|
# External Libs #
|
|
|
|
#################
|
2012-12-20 16:12:07 -05:00
|
|
|
/lib/
|
|
|
|
/win/lib
|
2011-10-05 12:20:58 -04:00
|
|
|
|
|
|
|
# Visual Studio Temp + build Files #
|
|
|
|
####################################
|
2012-12-20 16:12:07 -05:00
|
|
|
/win/*.user
|
|
|
|
/win/*.ncb
|
|
|
|
/win/*.suo
|
|
|
|
/win/Debug/
|
|
|
|
/win/Release/
|
|
|
|
/win/bin/
|
|
|
|
/win/bin-debug/
|
2012-02-14 11:21:07 -05:00
|
|
|
/osrm-extract
|
2013-09-27 05:48:25 -04:00
|
|
|
/osrm-io-benchmark
|
|
|
|
/osrm-components
|
2012-02-14 11:21:07 -05:00
|
|
|
/osrm-routed
|
2013-09-27 05:48:25 -04:00
|
|
|
/osrm-datastore
|
2012-02-14 11:21:07 -05:00
|
|
|
/osrm-prepare
|
2014-02-13 12:11:53 -05:00
|
|
|
/osrm-unlock-all
|
2013-06-27 16:11:13 -04:00
|
|
|
/osrm-cli
|
2014-07-28 08:51:33 -04:00
|
|
|
/osrm-check-hsgr
|
2012-02-14 11:21:07 -05:00
|
|
|
/nohup.out
|
2012-02-18 09:28:50 -05:00
|
|
|
|
|
|
|
# Sandbox folder #
|
|
|
|
###################
|
2012-12-20 16:12:07 -05:00
|
|
|
/sandbox/
|
2012-09-19 12:35:45 -04:00
|
|
|
|
2013-02-04 07:11:03 -05:00
|
|
|
/test/profile.lua
|
2013-10-12 09:18:51 -04:00
|
|
|
|
|
|
|
# Deprecated config file #
|
|
|
|
##########################
|
|
|
|
/server.ini
|