gitprep / .gitignore /
Newer Older
38 lines | 0.45kb
copy gitweblite soruce code
root authored on 2012-11-23
1
*.bak
2
*.BAK
3
Build
4
MANIFEST
5
META.yml
6
_build/*
7
blib/*
8
*.tar.gz
9
cover_db/*
10
*.tmp
11
t/*.db
12
Makefile
13
pm_to_blib
14
MYMETA.json
15
MYMETA.yml
16
log/*
17
!log/.gitignore
18
script/hypnotoad.pid
19
!public/.gitignore
20
script/hypnotoad.pid
added create repository feat...
Yuki Kimoto authored on 2013-03-18
21
extlib/*
removed gitprep.my.conf from...
Yuki Kimoto authored on 2013-04-02
22
gitprep.my.conf
move database and repository...
Yuki Kimoto authored on 2013-04-15
23
data/rep/*
24
data/gitprep.db
25
!data/rep/.gitignore
improved install process
Yuki Kimoto authored on 2013-04-09
26
setup/log/*
27
!setup/log/.gitignore
28
setup/latest-build
29
setup/work/*
30
setup/build.log
added _start page tests
Yuki Kimoto authored on 2013-05-16
31
xt/admin.db
add create repository tests
Yuki Kimoto authored on 2013-05-19
32
xt/admin
rename admin.t to user.t
Yuki Kimoto authored on 2013-05-24
33
xt/user.db
34
xt/user
add import branch tests
Yuki Kimoto authored on 2013-08-19
35
xt/log
add import_rep test
Yuki Kimoto authored on 2013-08-20
36
xt/import_rep.db
37
xt/import_rep_user
38