From 02673a985097d8f66fd1a70b5b13e373cade4dbd Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Thu, 29 Sep 2022 22:44:22 +0200 Subject: [PATCH] Fixes to .gitignore --- .gitignore | 9 ++++++++- makefile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9e06b7..5d37d28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ +.vscode *.o all +binhex/binhex +comm/frommac +comm/tomac +frommac/frommac +hexbin/hexbin macunpack/macunpack - +mixed/macsave +mixed/macstream \ No newline at end of file diff --git a/makefile b/makefile index cf22e8a..2931527 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ BINDIR ?= bin # # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system # -CF ?= -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE +CF ?= -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE all: (cd crc; $(MAKE) CF='$(CF)')