Kaynağa Gözat

Added distfile to gitignore and gitignore to distfile

Taddeus Kroes 12 yıl önce
ebeveyn
işleme
91e500368c
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 1 0
      .gitignore
  2. 2 1
      Makefile

+ 1 - 0
.gitignore

@@ -10,3 +10,4 @@ types.ml
 lexer.ml
 parser.ml
 parser.mli
+*.tgz

+ 2 - 1
Makefile

@@ -20,7 +20,8 @@ CIVVM := ../bin32/civvm
 CIVCC := ../civicc
 
 DIST_TGT := civicaml.tgz
-DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin32
+DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin32 \
+	.gitignore
 
 .PHONY: myclean check dist