mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Add gitignore to src/lib/netlist. (nw)
Also clean up doxygen genereated files in netlist makefile.
This commit is contained in:
parent
60a12d953e
commit
9a8d3c56ce
5
src/lib/netlist/.gitignore
vendored
Normal file
5
src/lib/netlist/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
build/doxy/*
|
||||||
|
build/obj/*
|
||||||
|
buildVS/Release/*
|
||||||
|
buildVS/x64/*
|
||||||
|
buildVS/.vs/*
|
@ -173,7 +173,7 @@ all: maketree depend $(TARGETS)
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf $(OBJS) $(TARGETS) $(OBJ)/prg/nltool.o $(OBJ)/prg/nlwav.o .depend
|
$(RM) -rf $(OBJS) $(TARGETS) $(OBJ)/prg/nltool.o $(OBJ)/prg/nlwav.o .depend doxy/*
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# nltool
|
# nltool
|
||||||
|
Loading…
Reference in New Issue
Block a user