From 777e8f200ed7d19c6feb3ae49d091e2382834c74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 25 Apr 2018 11:21:08 +0200 Subject: [PATCH] Make the GitHub language bar prettier. --- .gitattributes | 3 +++ doxygen/.gitattributes | 2 ++ pelican-plugins/m/test/.gitattributes | 2 ++ pelican-theme/test/.gitattributes | 2 ++ site/.gitattributes | 3 +++ 5 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 doxygen/.gitattributes create mode 100644 pelican-plugins/m/test/.gitattributes create mode 100644 pelican-theme/test/.gitattributes create mode 100644 site/.gitattributes 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 -- 2.30.2