update gitignore

This commit is contained in:
2025-09-03 08:03:08 +02:00
parent b00af02316
commit 8189f76c16
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,3 +11,4 @@ eEcomp
*massif*
*xtmemory*
*.ff*
**__*
+1 -1
View File
@@ -215,7 +215,7 @@ void receve_from_node(struct pollfd *fds, char *msg, size_t count){
socklen_t peer_addr_len = sizeof(struct sockaddr_storage);
//update_nodes(y_NODE_T node, struct main_list_y_NODE_T *nodes);
fileNameDateScore(filename, "_",msg,count);
fileNameDateScore(filename, "__",msg,count);
if((fd_file = open(filename, O_WRONLY | O_CREAT ,
S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == -1){
fprintf(stderr,"erreur write %s\n",filename);