From d47b4d46c793e30a016b284d5b76ecf68fbfaed2 Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 6 Jan 2018 05:00:30 +0000 Subject: [PATCH] MFC r327183: .git*: add gitattributes and gitignore For users of the git mirrors, lets provide useful git configuration files. git-svn-id: svn://svn.freebsd.org/base/stable/10@327608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .gitattributes | 5 +++++ .gitignore | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d3452fd3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.c diff=cpp +*.h diff=cpp +*.cpp diff=cpp +*.hpp diff=cpp +*.py diff=python diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..26a1bb9d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +_.tinderbox.* +_.amd64.* +_.arm.* +_.arm64.* +_.i386.* +_.ia64.* +_.mips.* +_.pc98.* +_.powerpc.* +_.riscv.* +_.sparc64.* +_.sun4v.* +GPATH +GRTAGS +GTAGS +ID +cscope.out +?cscope.out -- 2.42.0