Skip to content

Commit

Permalink
Add build-web to .gitignore (openscad#5604)
Browse files Browse the repository at this point in the history
* Add build-web to .gitignore

(this is the directory name mentioned in the readme for wasm builds)

* Added some more old qmake and xcode patterns to .gitignore

---------

Co-authored-by: Marius Kintel <[email protected]>
  • Loading branch information
SyntaxBlitz and kintel authored Jan 20, 2025
1 parent 8f879da commit 0272f79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ objects
object_script.openscad.Debug
object_script.openscad.Release
.gdbinit
.qmake.stash
.tags*
**/#*#
/.dir-locals.el
Expand Down Expand Up @@ -51,7 +50,6 @@ object_script.openscad.Release
/OpenSCAD.app
/openscad.appdata.xml
/openscad.appdata.xml.in2
/openscad.pro.user
/openscad
/openscad-nightly
/resources/*.rc
Expand All @@ -71,7 +69,7 @@ src/*.debug
/Testing
.DS_Store
/build
/build_xcode
/build-web
/release
tests/DartConfiguration.tcl
tests/__pycache__/
Expand All @@ -84,7 +82,6 @@ resources/CMakeFiles
resources/Makefile
resources/cmake_install.cmake
resources/docs/OpenSCADUserDocs
/local.pri
tests/data/python/gen_issue2342.py
tests/data/python/gen_svg_viewbox_tests.py
tests/data/scad/2D/features/import_dxf-tests.scad
Expand Down

0 comments on commit 0272f79

Please sign in to comment.