update changelog in prep for release
[catagits/CatalystX-Declare.git] / .gitignore
1 # VIM swap files
2 *.swp
3 *.swo
4
5 # VIM project files
6 *.vim
7
8 # root directory files
9 /*.txt
10 /*.pl
11 /Makefile*
12 /*.sx
13 /*.sxc
14
15 # except
16 !Makefile.PL
17
18 # M:I and builds
19 inc/
20 blib/
21 cover_db/
22 pm_to_blib
23 test.out
24 META.yml
25
26 # hidden
27 .*
28 !.gitignore
29
30 # misc
31 Debian_CPANTS.txt