From b880790bb83d0db3e1dd93737a7cec07f36f158e Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Thu, 2 Jul 2020 01:13:37 -0400 Subject: added template for git init --- .config/git/template.git/info/exclude | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/git/template.git/info/exclude (limited to '.config/git/template.git/info') diff --git a/.config/git/template.git/info/exclude b/.config/git/template.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/.config/git/template.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] +# *~ -- cgit 1.4.1