From 6fb020861f5501b908729d9a5aa19581cf3cd55a Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Tue, 24 Sep 2013 22:05:38 -0400
Subject: [PATCH] Ignore the generated .c file

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index b8ba74bb..253d4031 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,6 @@ pip-log.txt
 
 #Translations
 *.mo
+
+# Generated cffi files
+nacl/_cffi_*.c
-- 
GitLab