mv internal lib

This commit is contained in:
Jakob Borg
2015-08-06 11:29:25 +02:00
parent 0a803891a4
commit 7705a6c1f1
197 changed files with 158 additions and 158 deletions

4
lib/scanner/testdata/.stignore vendored Normal file
View File

@@ -0,0 +1,4 @@
#include excludes
bfile
dir1/cfile

1
lib/scanner/testdata/afile vendored Normal file
View File

@@ -0,0 +1 @@
foo

1
lib/scanner/testdata/bfile vendored Normal file
View File

@@ -0,0 +1 @@
bar

1
lib/scanner/testdata/dir1/cfile vendored Normal file
View File

@@ -0,0 +1 @@
baz

1
lib/scanner/testdata/dir1/dfile vendored Normal file
View File

@@ -0,0 +1 @@
quux

1
lib/scanner/testdata/dir2/cfile vendored Normal file
View File

@@ -0,0 +1 @@
baz

1
lib/scanner/testdata/dir2/dfile vendored Normal file
View File

@@ -0,0 +1 @@
quux

1
lib/scanner/testdata/dir3/cfile vendored Normal file
View File

@@ -0,0 +1 @@
baz

1
lib/scanner/testdata/dir3/dfile vendored Normal file
View File

@@ -0,0 +1 @@
quux

2
lib/scanner/testdata/excludes vendored Normal file
View File

@@ -0,0 +1,2 @@
dir2/dfile
#include further-excludes

1
lib/scanner/testdata/further-excludes vendored Normal file
View File

@@ -0,0 +1 @@
dir3