mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
merge gitignore
This commit is contained in:
commit
a1619dc4dd
2 changed files with 16 additions and 4 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,4 +1,19 @@
|
||||||
*.[oa]
|
*.[oa]
|
||||||
.B*
|
.B*
|
||||||
.gitignore
|
|
||||||
log
|
log
|
||||||
|
=======
|
||||||
|
src/cdxxx.c
|
||||||
|
src/debtab.c
|
||||||
|
src/dmd
|
||||||
|
src/dmd.conf
|
||||||
|
src/elxxx.c
|
||||||
|
src/fltables.c
|
||||||
|
src/id.c
|
||||||
|
src/id.h
|
||||||
|
src/idgen
|
||||||
|
src/impcnvgen
|
||||||
|
src/impcnvtab.c
|
||||||
|
src/optab.c
|
||||||
|
src/optabgen
|
||||||
|
src/tytab.c
|
||||||
|
test/test_results
|
||||||
|
|
|
@ -96,9 +96,6 @@ fail_compilation_test_results=$(addsuffix .out,$(addprefix $(RESULTS_DIR)/,$(fai
|
||||||
all: run_tests
|
all: run_tests
|
||||||
|
|
||||||
ifeq ($(MODEL),64)
|
ifeq ($(MODEL),64)
|
||||||
DISABLED_TESTS = arrayop
|
|
||||||
# value isn't making it into the runtime library call for some reason
|
|
||||||
|
|
||||||
DISABLED_TESTS += testmath
|
DISABLED_TESTS += testmath
|
||||||
# needs std.math
|
# needs std.math
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue