Commit 06ff924215a2f9739efa2c059dc595bc4ec1c851

Josh Triplett 2014-03-16T16:19:46

.gitignore: Ignore more generated files The build process generates doc/libffi.info and fficonfig.h.in, so add them to .gitignore.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/.gitignore b/.gitignore
index 524b9ec..1158ece 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,9 @@ compile
 config.*
 configure
 depcomp
+doc/libffi.info
 *~
+fficonfig.h.in
 fficonfig.h
 include/ffi.h
 include/ffitarget.h