Kaynağa Gözat

Updated .gitignore

Vishal Rana 10 yıl önce
ebeveyn
işleme
216dac2873
2 değiştirilmiş dosya ile 4 ekleme ve 23 silme
  1. 3 23
      .gitignore
  2. 1 0
      color/color_test.go

+ 3 - 23
.gitignore

@@ -1,24 +1,4 @@
-# Compiled Object files, Static and Dynamic libs (Shared Objects)
-*.o
-*.a
-*.so
+# IntelliJ
+.idea/
+*.iml
 
-# Folders
-_obj
-_test
-
-# Architecture specific extensions/prefixes
-*.[568vq]
-[568vq].out
-
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-
-_testmain.go
-
-*.exe
-*.test
-*.prof

+ 1 - 0
color/color_test.go

@@ -32,6 +32,7 @@ func TestBackground(t *testing.T) {
 
 func TestEmphasis(t *testing.T) {
 	fmt.Println("*** emphasis ***")
+	fmt.Println(Reset("reset"))
 	fmt.Println(Bold("bold"))
 	fmt.Println(Dim("dim"))
 	fmt.Println(Italic("italic"))