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