add hidden files
This commit is contained in:
@@ -8,3 +8,7 @@ echo 'world' > subdir/world.txt
|
||||
# Add some symlinks (which we should dereference properly when archiving)
|
||||
ln -s subdir subdir-link
|
||||
ln -s hello.txt bonjour.txt
|
||||
|
||||
# Create some hidden files
|
||||
echo 'foo' > .hidden
|
||||
echo 'bar' > subdir/.hidden_also
|
||||
|
||||
Reference in New Issue
Block a user