(MOD) Forbade ignoring test.c for github action.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,7 +2,6 @@
|
|||||||
*CMakeFiles/*
|
*CMakeFiles/*
|
||||||
*CMakeCache*
|
*CMakeCache*
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
*[tT]est*
|
|
||||||
*~
|
*~
|
||||||
gitwork
|
gitwork
|
||||||
work
|
work
|
||||||
@@ -13,10 +12,7 @@ todo_stack
|
|||||||
getReady.sh
|
getReady.sh
|
||||||
base_type.c
|
base_type.c
|
||||||
sample
|
sample
|
||||||
<<<<<<< HEAD
|
|
||||||
compile
|
compile
|
||||||
=======
|
|
||||||
>>>>>>> refs/remotes/master/master
|
|
||||||
.vscode/
|
.vscode/
|
||||||
todo
|
todo
|
||||||
vsc*
|
vsc*
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
# define COMPOUND_UTILS_H
|
# define COMPOUND_UTILS_H
|
||||||
|
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
# include <string.h>
|
|
||||||
# include <stdlib.h>
|
|
||||||
# include <math.h>
|
|
||||||
# include <stdint.h>
|
|
||||||
|
|
||||||
# include <Compound/common.h>
|
# include <Compound/common.h>
|
||||||
# include <Compound/const.h>
|
# include <Compound/const.h>
|
||||||
|
Reference in New Issue
Block a user