-
Notifications
You must be signed in to change notification settings - Fork 14
/
MANIFEST
34 lines (34 loc) · 983 Bytes
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!mast .index .yardopts bin data demo lib man share spec test [A-Z][A-Z]*.*
.index
.yardopts
demo/01_base_dir.md
demo/02_base_dir_extended.md
demo/03_base_dir_mixin.md
demo/applique/ae.rb
demo/applique/fakeroot.rb
demo/applique/xdg.rb
demo/fixtures/fakeroot/.cache/DUMMY.txt
demo/fixtures/fakeroot/etc/xdg/bar.config
demo/fixtures/fakeroot/home/.cache/foo.cache
demo/fixtures/fakeroot/home/.config/foo.config
demo/fixtures/fakeroot/home/.local/share/foo.dat
demo/fixtures/fakeroot/home/joe/foo.txt
demo/fixtures/fakeroot/usr/share/bar.dat
lib/xdg/base_dir/extended.rb
lib/xdg/base_dir/global_variables.rb
lib/xdg/base_dir/legacy.rb
lib/xdg/base_dir/mixin.rb
lib/xdg/base_dir.rb
lib/xdg/version.rb
lib/xdg.rb
test/fakeroot/.cache/DUMMY.txt
test/fakeroot/etc/xdg/bar.config
test/fakeroot/home/.cache/foo.cache
test/fakeroot/home/.config/foo.config
test/fakeroot/home/.local/share/foo.dat
test/fakeroot/usr/share/bar.dat
test/test_xdg_legacy.rb
LICENSE.txt
HISTORY.md
README.md
DEMO.md