.gitignore: ignore more stuff

This commit is contained in:
Andrés G. Aragoneses 2013-11-02 12:20:10 +01:00 committed by Stephan Sundermann
parent bcb87552a0
commit 8e4a135b35

4
.gitignore vendored
View file

@ -19,10 +19,14 @@ stamp-h
sources/glue/.deps/
sources/glue/*.o
sources/glue/*.lo
sources/glue/*.la
sources/glue/.libs/
# generated by the generator (we don't want anyone to commit these to the repo)
sources/generated/*.cs
sources/glue/generated.c
doc/*
sources/generate-stamp
# our "bin" folder when using makefile build
out/*