From: Vladimír Vondruš Date: Wed, 25 Apr 2018 09:21:08 +0000 (+0200) Subject: Make the GitHub language bar prettier. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=777e8f200ed7d19c6feb3ae49d091e2382834c74;p=blog.git Make the GitHub language bar prettier. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4d2be6b0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Make the GitHub language stats bar prettier +doc/* linguist-documentation +css/*.compiled.css linguist-generated diff --git a/doxygen/.gitattributes b/doxygen/.gitattributes new file mode 100644 index 00000000..f65d0462 --- /dev/null +++ b/doxygen/.gitattributes @@ -0,0 +1,2 @@ +# Make the GitHub language stats bar prettier +test/*/*.html linguist-generated diff --git a/pelican-plugins/m/test/.gitattributes b/pelican-plugins/m/test/.gitattributes new file mode 100644 index 00000000..30594efd --- /dev/null +++ b/pelican-plugins/m/test/.gitattributes @@ -0,0 +1,2 @@ +# Make the GitHub language stats bar prettier +*/*.html linguist-generated diff --git a/pelican-theme/test/.gitattributes b/pelican-theme/test/.gitattributes new file mode 100644 index 00000000..30594efd --- /dev/null +++ b/pelican-theme/test/.gitattributes @@ -0,0 +1,2 @@ +# Make the GitHub language stats bar prettier +*/*.html linguist-generated diff --git a/site/.gitattributes b/site/.gitattributes new file mode 100644 index 00000000..398d1198 --- /dev/null +++ b/site/.gitattributes @@ -0,0 +1,3 @@ +# Make the GitHub language stats bar prettier +Makefile linguist-generated +develop_server.sh linguist-generated