summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-21 23:25:00 -0500
committerGitHub <noreply@github.com>2018-03-21 23:25:00 -0500
commitd3be925d3414375270a5dd3f97a68357b8ee87dd (patch)
tree11d8a6252d5a50e3865589415e6ec1ef69eefc55
parentf83cbf20292cfde64e2df49bf0bd84338749c49e (diff)
parentaf1f5676c9190a9e6f92f0e62b49e515699c9b41 (diff)
downloadnixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar.gz
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar.bz2
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar.lz
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar.xz
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.tar.zst
nixlib-d3be925d3414375270a5dd3f97a68357b8ee87dd.zip
Merge pull request #35427 from matthewbauer/gitattributes
Add .gitattributes file
-rw-r--r--.gitattributes13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..a636295ebd67
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,13 @@
+**/deps.nix linguist-generated
+**/node-packages.nix linguist-generated
+
+pkgs/applications/editors/emacs-modes/*-generated.nix linguist-generated
+pkgs/development/r-modules/*-packages.nix linguist-generated
+pkgs/development/haskell-modules/hackage-packages.nix linguist-generated
+pkgs/development/beam-modules/hex-packages.nix linguist-generated
+
+doc/** linguist-documentation
+doc/default.nix linguist-documentation=false
+
+nixos/doc/** linguist-documentation
+nixos/doc/default.nix linguist-documentation=false