diff options
author | Parabola git <git@parabola.nu> | 2014-12-13 13:00:01 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2014-12-13 13:00:01 +0000 |
commit | 33f450c932637fd586cd08bbd47b60dad109ec86 (patch) | |
tree | 32061aa3da3dfed36724062e430c656598ab9fc1 | |
parent | 58055a2d17ed6ba0ea539889d18a1939229f325a (diff) |
Update from cron
-rwxr-xr-x | pkgstats.git/config | 4 | ||||
-rw-r--r-- | pkgstats.git/description | 1 | ||||
-rw-r--r-- | pkgstats.git/info/exclude | 6 |
3 files changed, 11 insertions, 0 deletions
diff --git a/pkgstats.git/config b/pkgstats.git/config new file mode 100755 index 0000000..07d359d --- /dev/null +++ b/pkgstats.git/config @@ -0,0 +1,4 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true diff --git a/pkgstats.git/description b/pkgstats.git/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/pkgstats.git/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/pkgstats.git/info/exclude b/pkgstats.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/pkgstats.git/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ |