make sure test/.stxxl config files is not ignored by git
This commit is contained in:
parent
ddd1462278
commit
e44db8b9a7
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,7 +4,6 @@ test/speedprofile.ini
|
||||
test/cache
|
||||
test/data
|
||||
test/server.ini
|
||||
test/stxxl
|
||||
|
||||
# Sandbox folder #
|
||||
###################
|
||||
@ -63,7 +62,7 @@ SconsBuilder*
|
||||
|
||||
# stxxl related files #
|
||||
#######################
|
||||
.stxxl
|
||||
./.stxxl
|
||||
stxxl.log
|
||||
stxxl.errlog
|
||||
|
||||
|
||||
1
test/.stxxl
Normal file
1
test/.stxxl
Normal file
@ -0,0 +1 @@
|
||||
disk=/tmp/stxxl,1,syscall
|
||||
Loading…
Reference in New Issue
Block a user