Skip to content

Commit

Permalink
[git] ignore all dump folders
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed May 8, 2024
1 parent 49fe159 commit bcc3c93
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
/std/tools/haxelib/haxelib.n
/std/tools/haxelib/index.n

/tests/**/dump
/tests/unit/as3
/tests/unit/cpp
/tests/unit/java
Expand All @@ -54,7 +55,6 @@
/tests/unit/php
/tests/unit/cs
/tests/unit/cs_unsafe
/tests/unit/dump
/tests/unit/db.db3

/tests/unit/native_java/obj
Expand All @@ -69,7 +69,6 @@
/tests/unit/node_modules/

/tests/nullsafety/bin
/tests/nullsafety/dump

/haxe.sublime*
.idea
Expand All @@ -85,9 +84,7 @@ tests/unit/unit.py
tests/unit/unit.py.res1.txt
tests/unit/unit.py.res2.bin
tests/sys/bin/
/tests/sys/dump/
/tests/sys/test-res/
tests/optimization/dump/
tests/misc/projects/*/*.n
tests/misc/*/*/*.lua
tests/unit/bin/
Expand All @@ -100,7 +97,6 @@ tests/misc/projects/Issue4070/cpp/
/tests/misc/eventLoop/eventLoop.js
/tests/misc/eventLoop/eventLoop.n
/tests/misc/eventLoop/eventLoop.swf
/tests/misc/eventLoop/dump
/tests/misc/eventLoop/eventLoop.py
/tests/misc/eventLoop/php
*.vscode/
Expand All @@ -127,7 +123,6 @@ dev-display.hxml
tests/sourcemaps/bin
/*_plugin.ml
tests/benchs/export/
tests/benchs/dump/
tests/display/.unittest/
tests/unit/.unittest/
tests/threads/export/
Expand Down

0 comments on commit bcc3c93

Please sign in to comment.