add new lower case files and directories to .gitignore
This commit is contained in:
parent
6c6029618a
commit
73cc040792
18
.gitignore
vendored
18
.gitignore
vendored
@ -36,8 +36,8 @@ Thumbs.db
|
|||||||
# build related files #
|
# build related files #
|
||||||
#######################
|
#######################
|
||||||
/build/
|
/build/
|
||||||
/Util/fingerprint.cpp
|
/util/fingerprint.cpp
|
||||||
/Util/git_sha.cpp
|
/util/git_sha.cpp
|
||||||
/cmake/postinst
|
/cmake/postinst
|
||||||
|
|
||||||
# Eclipse related files #
|
# Eclipse related files #
|
||||||
@ -53,25 +53,13 @@ Thumbs.db
|
|||||||
stxxl.log
|
stxxl.log
|
||||||
stxxl.errlog
|
stxxl.errlog
|
||||||
|
|
||||||
# compiled protobuffers #
|
|
||||||
#########################
|
|
||||||
/DataStructures/pbf-proto/*.pb.h
|
|
||||||
/DataStructures/pbf-proto/*.pb.cc
|
|
||||||
|
|
||||||
# External Libs #
|
# External Libs #
|
||||||
#################
|
#################
|
||||||
/lib/
|
/lib/
|
||||||
/win/lib
|
/win/lib
|
||||||
|
|
||||||
# Visual Studio Temp + build Files #
|
# Compiled Binary Files #
|
||||||
####################################
|
####################################
|
||||||
/win/*.user
|
|
||||||
/win/*.ncb
|
|
||||||
/win/*.suo
|
|
||||||
/win/Debug/
|
|
||||||
/win/Release/
|
|
||||||
/win/bin/
|
|
||||||
/win/bin-debug/
|
|
||||||
/osrm-extract
|
/osrm-extract
|
||||||
/osrm-io-benchmark
|
/osrm-io-benchmark
|
||||||
/osrm-components
|
/osrm-components
|
||||||
|
Loading…
Reference in New Issue
Block a user