Skip to content

Commit 429eec7

Browse files
adityasharadxcorail
authored andcommitted
.gitignore compilation caches, update README.
* .gitignore: Ignore compilation caches. * README: Minor textual update.
1 parent cd0fb6c commit 429eec7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CodeQL compilation caches
2+
.cache/

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Your GitHub repository for your course "CodeQL U-Boot challenge (C/C++)"
22

3-
**Welcome to this course!** You will navigate through the different steps
4-
by following the instructions given to you in each new issue created in this project,
5-
that you will answer to, by writing and committing CodeQL queries on this project.
3+
**Welcome to this course!**
4+
For each step of the course, there will be a new issue created in this project with instructions for you to follow.
5+
You will be able to complete each step by writing and committing CodeQL queries in this repository, according to those instructions.
66

77
Let's start right away, by going to the [first issue](#1)!
88

0 commit comments

Comments
 (0)