summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrés G. Aragoneses <knocte@gmail.com>2013-11-02 12:20:10 +0100
committerStephan Sundermann <stephansundermann@gmail.com>2013-12-21 16:52:28 +0100
commit8e4a135b352097f2b43255130f13b121ddb3ab6c (patch)
treeb788687aabea923a914320da12e4adaaa125fdcd /.gitignore
parentbcb87552a07cc944f0b5dfdb639fc8795f55b3b8 (diff)
.gitignore: ignore more stuff
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b25a998..09411d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/*