diff options
Diffstat (limited to 'vc/t')
-rw-r--r-- | vc/t/.gitattributes | 1 | ||||
-rw-r--r-- | vc/t/.gitignore | 7 | ||||
-rw-r--r-- | vc/t/lib/.gitattributes | 1 | ||||
-rw-r--r-- | vc/t/lib/.gitignore | 5 | ||||
-rw-r--r-- | vc/t/src/.gitattributes | 1 | ||||
-rw-r--r-- | vc/t/src/.gitignore | 5 |
6 files changed, 20 insertions, 0 deletions
diff --git a/vc/t/.gitattributes b/vc/t/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vc/t/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vc/t/.gitignore b/vc/t/.gitignore new file mode 100644 index 000000000..e3ebe8050 --- /dev/null +++ b/vc/t/.gitignore @@ -0,0 +1,7 @@ +* +!.gitattributes +!.gitignore +!README +!lib +!src +!tests diff --git a/vc/t/lib/.gitattributes b/vc/t/lib/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vc/t/lib/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vc/t/lib/.gitignore b/vc/t/lib/.gitignore new file mode 100644 index 000000000..595d4d850 --- /dev/null +++ b/vc/t/lib/.gitignore @@ -0,0 +1,5 @@ +* +!.gitattributes +!.gitignore +!*.foot +!*.head diff --git a/vc/t/src/.gitattributes b/vc/t/src/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vc/t/src/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vc/t/src/.gitignore b/vc/t/src/.gitignore new file mode 100644 index 000000000..595d4d850 --- /dev/null +++ b/vc/t/src/.gitignore @@ -0,0 +1,5 @@ +* +!.gitattributes +!.gitignore +!*.foot +!*.head |