| author | dakkar <dakkar@thenautilus.net> | 2010-06-11 19:15:44 (GMT) |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2010-06-11 19:15:44 (GMT) |
| commit | ab99beb4bf9c294a590d8217be7c66d60c46bbf2 (patch) (side-by-side diff) | |
| tree | 52d7e267bcfb47548e220a7e8fb4a91867e44624 | |
| parent | 8d66a1e38fa9fc9931a53b105aca152bde280b18 (diff) | |
| download | WebCoso-master.zip WebCoso-master.tar.gz WebCoso-master.tar.bz2 | |
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | t/test-site/.gitignore | 1 | ||||
| -rw-r--r-- | t/test-site/src/.gitignore | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..238d0ac --- a/dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/Makefile +/Makefile.old +/blib/ +/pm_to_blib +*~ diff --git a/t/test-site/.gitignore b/t/test-site/.gitignore new file mode 100644 index 0000000..16be8f2 --- a/dev/null +++ b/t/test-site/.gitignore @@ -0,0 +1 @@ +/output/ diff --git a/t/test-site/src/.gitignore b/t/test-site/src/.gitignore new file mode 100644 index 0000000..4ff9fac --- a/dev/null +++ b/t/test-site/src/.gitignore @@ -0,0 +1 @@ +/_webcoso/ |
