From a1b8bfca7fd852433cec438b1c98dc24cd86b506 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Jun 2022 22:22:54 -0500 Subject: Move my configured makefile stuff to cgit.conf I was thinking about keeping cgit.conf ignored and just putting everything in master, but remembered that I have a bunch of other files in this configured branch that need to stay too. So I've un-ignored cgit.conf to keep my changes, but moved the customizations over there for easier editing. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 661df34..3d7801c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Files I don't care to see in git-status/commit /cgit -cgit.conf +#cgit.conf CGIT-CFLAGS VERSION cgitrc.5 -- cgit 1.4.1-21-gabe81