Add gitignore to src/lib/netlist. (nw)

Also clean up doxygen genereated files in netlist makefile.
This commit is contained in:
couriersud 2019-01-02 16:26:13 +01:00
parent 60a12d953e
commit 9a8d3c56ce
2 changed files with 6 additions and 1 deletions

5
src/lib/netlist/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
build/doxy/*
build/obj/*
buildVS/Release/*
buildVS/x64/*
buildVS/.vs/*

View File

@ -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