(MOD) Forbade ignoring test.c for github action.

This commit is contained in:
William
2024-06-24 21:48:15 +08:00
parent 1c611ec4e2
commit 73e766eef7
2 changed files with 0 additions and 8 deletions

4
.gitignore vendored
View File

@@ -2,7 +2,6 @@
*CMakeFiles/*
*CMakeCache*
cmake_install.cmake
*[tT]est*
*~
gitwork
work
@@ -13,10 +12,7 @@ todo_stack
getReady.sh
base_type.c
sample
<<<<<<< HEAD
compile
=======
>>>>>>> refs/remotes/master/master
.vscode/
todo
vsc*

View File

@@ -2,10 +2,6 @@
# define COMPOUND_UTILS_H
# include <time.h>
# include <string.h>
# include <stdlib.h>
# include <math.h>
# include <stdint.h>
# include <Compound/common.h>
# include <Compound/const.h>