osrm-backend/.gitignore

107 lines
1.4 KiB
Plaintext
Raw Normal View History

# mason #
#########
/.mason
/mason_packages
2015-06-16 15:15:24 -04:00
# pre compiled dependencies #
#############################
osrm-deps
.ycm_extra_conf.py
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 #
######################
.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/
/example/build/
2017-03-21 06:27:15 -04:00
/test/data/monaco*
/test/data/ch
/test/data/corech
/test/data/mld
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 #
#######################
.stxxl
2011-10-04 09:54:14 -04:00
stxxl.log
stxxl.errlog
# Compiled Binary Files #
####################################
/osrm-extract
2013-09-27 05:48:25 -04:00
/osrm-io-benchmark
/osrm-components
/osrm-routed
2013-09-27 05:48:25 -04:00
/osrm-datastore
/osrm-prepare
2014-02-13 12:11:53 -05:00
/osrm-unlock-all
2013-06-27 16:11:13 -04:00
/osrm-cli
/osrm-check-hsgr
2014-11-20 11:05:55 -05:00
/osrm-springclean
/nohup.out
2012-02-18 09:28:50 -05:00
# Sandbox folder #
###################
/sandbox/
2016-03-04 15:11:05 -05:00
# Test related files #
######################
2013-02-04 07:11:03 -05:00
/test/profile.lua
2016-03-04 15:11:05 -05:00
/test/cache
/test/speeds.csv
/test/penalties.csv
2016-03-04 15:11:05 -05:00
node_modules
2013-10-12 09:18:51 -04:00
# Deprecated config file #
##########################
/server.ini
2016-01-11 14:05:34 -05:00
*.swp
2017-01-23 05:21:42 -05:00
# local lua debugging file
debug.lua
# node-osrm artifacts
lib/binding