Kaynağa Gözat

Ignore .ii files

Bryan Drewery 11 yıl önce
ebeveyn
işleme
a050c30ace
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 0
      src/.gitignore
  2. 1 1
      src/Makefile.in

+ 1 - 0
src/.gitignore

@@ -17,3 +17,4 @@
 *.o
 *.So
 *.i
+*.ii

+ 1 - 1
src/Makefile.in

@@ -116,7 +116,7 @@ stringfix: stringfix.cc common.h config.h eggdrop.h
 $(EGGEXEC): stringfix ../$(EGGEXEC)
 
 clean:
-	@rm -f .depend *.o *.So *~ _*.c _*.cc
+	@rm -f .depend *.o *.So *~ _*.c _*.cc *.ii *.i
 
 build_msg:
 	@echo "[*] Compiling core components"