From: Lucas Bajolet Date: Thu, 29 Mar 2018 03:20:12 +0000 (-0400) Subject: gitignore: ignore nit_compile folders and contents X-Git-Url: http://nitlanguage.org gitignore: ignore nit_compile folders and contents nit_compile are a series of generated intermediate C files that should not be versioned. We therefore add them to the .gitignore to eliminate them from the index. Signed-off-by: Lucas Bajolet --- diff --git a/.gitignore b/.gitignore index a352bf5..dc1e54b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,5 @@ nitunit.xml .metadata/* .github_data .DS_Store + +**/nit_compile/*