Add README and .gitignore

This commit is contained in:
S David 2023-09-09 21:33:41 +00:00
parent 9c873e98ad
commit a127530f4e
3 changed files with 14 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.ini
*.log
*.sqlite
*.pid
buildbot.tac

7
README Normal file
View File

@ -0,0 +1,7 @@
A flexible buildobt master.cfg for building C/C++/Obj-C projects.
Supports both autoconf and cmake, and is designed to work with my DockerFiles and BastilleFiles hoste don this github profile.
I've been quietly building this on my jailed server, and wanted to start tracking changes after refactoring it and making it much more flexible.
This was also a fun exercise in Python.

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- python -*-
# ex: set filetype=python: