summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/lib/netlist/.gitignore5
-rw-r--r--src/lib/netlist/build/makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/netlist/.gitignore b/src/lib/netlist/.gitignore
new file mode 100644
index 00000000000..6021502dade
--- /dev/null
+++ b/src/lib/netlist/.gitignore
@@ -0,0 +1,5 @@
+build/doxy/*
+build/obj/*
+buildVS/Release/*
+buildVS/x64/*
+buildVS/.vs/*
diff --git a/src/lib/netlist/build/makefile b/src/lib/netlist/build/makefile
index 2ac9372ade5..807ddbd6c7a 100644
--- a/src/lib/netlist/build/makefile
+++ b/src/lib/netlist/build/makefile
@@ -173,7 +173,7 @@ all: maketree depend $(TARGETS)
#-------------------------------------------------
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