1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

Add build directory to .gitignore so typical cmake build doesn't generate git changes

This commit is contained in:
Nick Briggs 2021-07-30 17:25:00 -07:00
parent 084d69c6e8
commit 13163c6772

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
\#*#
.DS_Store
# build directories
build/**
*.386-x/**
*.386/**
*.ppc-x/**