gitprep / .gitignore /
Newer Older
42 lines | 0.517kb
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/*
fix bug that repository with...
Yuki Kimoto authored on 2016-04-12
25
data/work/*
26
!data/work/.gitignore
move database and repository...
Yuki Kimoto authored on 2013-04-15
27
data/gitprep.db
28
!data/rep/.gitignore
improved install process
Yuki Kimoto authored on 2013-04-09
29
setup/log/*
30
!setup/log/.gitignore
31
setup/latest-build
32
setup/work/*
33
setup/build.log
added _start page tests
Yuki Kimoto authored on 2013-05-16
34
xt/admin.db
add create repository tests
Yuki Kimoto authored on 2013-05-19
35
xt/admin
rename admin.t to user.t
Yuki Kimoto authored on 2013-05-24
36
xt/user.db
37
xt/user
add import branch tests
Yuki Kimoto authored on 2013-08-19
38
xt/log
add import_rep test
Yuki Kimoto authored on 2013-08-20
39
xt/import_rep.db
40
xt/import_rep_user
add smart http test file
Yuki Kimoto authored on 2013-10-07
41
xt/smart_http.db
42
xt/smart_http