Skip to content

Commit da3c73a

Browse files
committed
Repository cleanup
* Mention pprint in README.md * Add cmake generated files to .gitignore * Move the original Makefile and vgrind.sh off to a directory named ATTIC. They are useful enough during development (still!) that I want to keep them in the HEAD, but also a source of confusion. A BSD Makefile in the main project directory is an invitation to mischief. It can be accidentally run, creating more files in the main source directory, and might be trusted when it should not be. Likewise, vgrind.sh, which no longer works, may be run by accident, creating mayhem.
1 parent 121dc42 commit da3c73a

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
build/
2+
CMakeLists.txt.user
3+
CMakeCache.txt
4+
CMakeFiles
5+
CMakeScripts
6+
Testing
7+
cmake_install.cmake
8+
install_manifest.txt
9+
compile_commands.json
10+
CTestTestfile.cmake
11+
_deps
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
vgrind
2-
======
3-
1+
vgrind and pprint
2+
=================
43
The venerable BSD source code typesetter, which I am forking for my
5-
own use on macOS, and perhaps for use in other projects.
4+
own use on macOS, and perhaps for use in other projects. The
5+
**vgrind** command sends its results to a printer using **lp**; I have
6+
added a **pprint** command which produces PDF files.
67

78
Source
89
------
@@ -18,6 +19,6 @@ decades-old.
1819

1920
### Notes
2021

21-
Makefile and vgrind.sh in the project rootdir are the BSD originals,
22-
kept for reference. RETEST contains a test program for regexp.c.
22+
Makefile and vgrind.sh in the ATTIC are the BSD originals, kept for
23+
reference. RETEST contains a test program for regexp.c.
2324

0 commit comments

Comments
 (0)