Forráskód Böngészése

Accidentally included built executables - also updated .gitignore

Thomas Guyot-Sionnest 17 éve
szülő
commit
81871eaa82
3 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      .gitignore
  2. BIN
      lib/tests/test_opts1
  3. BIN
      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/

BIN
lib/tests/test_opts1


BIN
lib/tests/test_opts2