Merge: gitignore: ignore nit_compile folders and contents
authorJean Privat <jean@pryen.org>
Fri, 6 Apr 2018 02:04:36 +0000 (22:04 -0400)
committerJean Privat <jean@pryen.org>
Fri, 6 Apr 2018 02:04:36 +0000 (22:04 -0400)
commit0dc0c187e5bb12e7ed8ae9254b22b7bdffaff936
tree8806929eb8aa51e5c7eb0b89f5ff9ba31f1c0100
parent9660b1025cbca22cd53264229b34abe0cfa78dae
parent1ebb6efa6a42be671428b9345a9c8f0f0ceccb7c
Merge: 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>

Pull-Request: #2627
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>