gitignore: ignore nit_compile folders and contents
authorLucas Bajolet <lucas.bajolet@gmail.com>
Thu, 29 Mar 2018 03:20:12 +0000 (23:20 -0400)
committerLucas Bajolet <lucas.bajolet@gmail.com>
Fri, 30 Mar 2018 14:46:38 +0000 (10:46 -0400)
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 <lucas.bajolet@gmail.com>

.gitignore

index a352bf5..dc1e54b 100644 (file)
@@ -60,3 +60,5 @@ nitunit.xml
 .metadata/*
 .github_data
 .DS_Store
+
+**/nit_compile/*