Added Visual Studio/.stxxl/lib files to ignore
This commit is contained in:
parent
aae7027ac6
commit
a9ce528744
15
.gitignore
vendored
15
.gitignore
vendored
@ -48,6 +48,7 @@ SconsBuilder*
|
|||||||
|
|
||||||
# stxxl related files #
|
# stxxl related files #
|
||||||
#######################
|
#######################
|
||||||
|
.stxxl
|
||||||
stxxl.log
|
stxxl.log
|
||||||
stxxl.errlog
|
stxxl.errlog
|
||||||
|
|
||||||
@ -55,3 +56,17 @@ stxxl.errlog
|
|||||||
#########################
|
#########################
|
||||||
DataStructures/pbf-proto/*.pb.h
|
DataStructures/pbf-proto/*.pb.h
|
||||||
DataStructures/pbf-proto/*.pb.cc
|
DataStructures/pbf-proto/*.pb.cc
|
||||||
|
|
||||||
|
# External Libs #
|
||||||
|
#################
|
||||||
|
lib/
|
||||||
|
|
||||||
|
# Visual Studio Temp + build Files #
|
||||||
|
####################################
|
||||||
|
vcprojects/*.user
|
||||||
|
vcprojects/*.ncb
|
||||||
|
vcprojects/*.suo
|
||||||
|
vcprojects/Debug/
|
||||||
|
vcprojects/Release/
|
||||||
|
bin/
|
||||||
|
bin-debug/
|
Loading…
Reference in New Issue
Block a user