浏览代码

Accidentally included built executables - also updated .gitignore

Thomas Guyot-Sionnest 17 年之前
父节点
当前提交
81871eaa82
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .gitignore
  2. 二进制
      lib/tests/test_opts1
  3. 二进制
      lib/tests/test_opts2

+ 2 - 1
.gitignore

@@ -94,7 +94,8 @@ NP-VERSION-FILE
 /lib/tests/utils_tcp.Po
 /lib/tests/parse_ini.Po
 /lib/tests/test_ini
-/lib/tests/test_opts
+/lib/tests/test_opts1
+/lib/tests/test_opts2
 /lib/tests/extra_opts.Po
 
 # /m4/

二进制
lib/tests/test_opts1


二进制
lib/tests/test_opts2