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)
commit1ebb6efa6a42be671428b9345a9c8f0f0ceccb7c
tree6106243256e1ffd0f00ed877f17e265966c6aa18
parent94d95a5f48cf320290832c6bb9c655bb8e987dc4
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 <lucas.bajolet@gmail.com>
.gitignore