diff options
author | Case Duckworth | 2022-06-09 22:22:54 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-09 22:22:54 -0500 |
commit | a1b8bfca7fd852433cec438b1c98dc24cd86b506 (patch) | |
tree | 677b50a51dddd8061291aa379e6016faed947957 /.gitignore | |
parent | Merge branch 'master' into configured (diff) | |
download | cgit-a1b8bfca7fd852433cec438b1c98dc24cd86b506.tar.gz cgit-a1b8bfca7fd852433cec438b1c98dc24cd86b506.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 661df34..3d7801c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,6 +1,6 @@ | |||
1 | # Files I don't care to see in git-status/commit | 1 | # Files I don't care to see in git-status/commit |
2 | /cgit | 2 | /cgit |
3 | cgit.conf | 3 | #cgit.conf |
4 | CGIT-CFLAGS | 4 | CGIT-CFLAGS |
5 | VERSION | 5 | VERSION |
6 | cgitrc.5 | 6 | cgitrc.5 |