.gitgnore, fix indent (no spaces, etc...)
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/.ccls-cache/
|
@@ -24,7 +24,7 @@ cat $FILES | grep '^void Test' |
|
||||
-e 's/^/extern /'
|
||||
|
||||
echo \
|
||||
'
|
||||
'
|
||||
|
||||
void RunAllTests(void)
|
||||
{
|
||||
@@ -39,7 +39,7 @@ cat $FILES | grep '^void Test' |
|
||||
-e 's/$/);/'
|
||||
|
||||
echo \
|
||||
'
|
||||
'
|
||||
CuSuiteRun(suite);
|
||||
CuSuiteSummary(suite, output);
|
||||
CuSuiteDetails(suite, output);
|
||||
|
Reference in New Issue
Block a user