From e0d14f7b20a6e859a988206b4e16981d6a67bf87 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 16:36:43 +0200 Subject: feat(common/init): Ship a full git_template --- common/git_template/info/exclude | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/git_template/info/exclude (limited to 'common/git_template/info') diff --git a/common/git_template/info/exclude b/common/git_template/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/common/git_template/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