Kaynağa Gözat

:art: Suppression fichiers executables

Arthur Brandao 6 yıl önce
ebeveyn
işleme
2afa77fd1f
4 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      .gitignore
  2. BIN
      json_parser.o
  3. BIN
      main
  4. BIN
      main.o

+ 3 - 1
.gitignore

@@ -1,2 +1,4 @@
 /nbproject/
-/.directory
+/.directory
+/*.o
+/main

BIN
json_parser.o