diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-06-30 16:14:48 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-08-05 10:45:02 -0700 |
commit | 15da4ddccd9aec6463743299bec312ab23de367e (patch) | |
tree | b76d6827816353d050221376fcb64a4c8577d046 /.gitignore | |
parent | 231d8e0128eaae4b5bf561cd939ef8432f64d22f (diff) |
.gitignore: update
We don't have main files or a .makotmp directory, but pytest creates a
.cache directory we don't want to check in to git.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d44e88531..d2a12a84f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,10 +24,8 @@ tests/glslparsertest/glslcompiler generated_tests/cl compile_commands.json -.makotmp .tox/ +.cache/ *.css *.html - -main |