forked from cea-hpc/robinhood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
102 lines (101 loc) · 1.97 KB
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.deps
.libs
.dirstamp
Makefile.in
Makefile
*.o
*.lo
*.la
*.diff
*.orig
*.rej
*.gcda
*.gcno
*~
\#*\#
TAGS
cscope.*
/autotools/depcomp
/autotools/install-sh
/autotools/ltmain.sh
/autotools/missing
/autotools/compile
/autotools/config.guess
/autotools/config.sub
/autotools/ar-lib
/autotools/m4/libtool.m4
/autotools/m4/ltoptions.m4
/autotools/m4/ltsugar.m4
/autotools/m4/ltversion.m4
/autotools/m4/lt~obsolete.m4
/autotools/ylwrap
/autotools/test-driver
/autom4te.cache
/config.status
/libtool
/Makefile
/aclocal.m4
/config.log
/configure
/doc/doxygen/doxygen.cfg
/man/Makefile
/robinhood-*.tar.gz
/robinhood.spec
/rpms/
/scripts/Makefile
/scripts/robinhood.init
/scripts/robinhood.init.sles
/scripts/robinhood.service
/scripts/[email protected]
/scripts/sysconfig_robinhood
/scripts/ld.so.robinhood.conf
/scripts/rbh_cksum.sh
/src/Makefile
/src/todo
/src/robinhood/todo
/src/cfg_parsing/Makefile
/src/chglog_reader/Makefile
/src/common/Makefile
/src/entry_processor/Makefile
/src/fs_scan/Makefile
/src/include/Makefile
/src/include/config.h
/src/include/config.h.in
/src/include/stamp-h1
/src/list_mgr/Makefile
/src/logs/Makefile
/src/policy_matching/Makefile
/src/policy_modules/Makefile
/src/policy_modules/hsm_remove/Makefile
/src/policy_modules/migration/Makefile
/src/policy_modules/purge/Makefile
/src/policy_modules/rmdir/Makefile
/src/robinhood/Makefile
/src/tests/Makefile
/src/tests/test_uidgidcache
/src/tests/test_params
/src/tests/test_confparam
/src/tests/test_parse
/src/tests/create_nostripe
/src/tests/test_forcestripe
/src/backend_ext/Makefile
/tests/Makefile
/web_gui/Makefile
/src/tools/Makefile
/src/tools/gen_lov_objid
/src/tools/read_lovea
/src/tools/set_lovea
/src/tools/ost_fids_remap
/src/tools/lhsmtool_cmd
/src/robinhood/rbh-du
/src/robinhood/rbh-find
/src/robinhood/rbh-report
/src/robinhood/rbh-diff
/src/robinhood/rbh-undelete
/src/robinhood/robinhood
/tests/lustre_fs/*.log
/tests/posix_fs/*.log
/tests/test_suite/create-random
/TODO
/src/include/db_schema.h
/scripts/make_mans.sh