1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00

Update .gitignore to ignore CLion related build directories

This commit is contained in:
Nick Briggs 2023-05-04 12:59:18 -07:00
parent 44b2412fd6
commit 42278285d3

2
.gitignore vendored
View File

@ -6,6 +6,8 @@
.DS_Store
# build directories
build/**
cmake-build-*/**
.idea/
*.m68k-x/**
*.m68k/**
*.386-x/**