diff options
| author | Koen Vandeputte | 2021-06-07 09:20:35 +0000 |
|---|---|---|
| committer | Koen Vandeputte | 2021-06-14 09:52:25 +0000 |
| commit | ec76c365c1d60bf6a4f69b1ab3ce132f97f34dbb (patch) | |
| tree | 7b0544f98952c2d425e1cb58064f3b7649016929 | |
| parent | bdd7faca8df17f89100231a5937cd8b5e0e16830 (diff) | |
| download | openwrt-ec76c365c1d60bf6a4f69b1ab3ce132f97f34dbb.tar.gz | |
gitignore: add .ccache folder
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6549af83be..b6bfe1a525 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ TAGS*~ git-src .project .cproject +.ccache |