diff options
author | Ryan Lortie <ryanl@src.gnome.org> | 2009-02-11 04:40:07 +0000 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2009-02-11 04:40:07 +0000 |
commit | d93e447a6bb84d9c501d1d7c3bdcc6dace22f80b (patch) | |
tree | 1245f59572f70a3241febdb5866b4035a4ce32f1 /.gitignore | |
parent | 0120430c290c80ff2b60b47c5607f2f8735f28f1 (diff) | |
download | vala-d93e447a6bb84d9c501d1d7c3bdcc6dace22f80b.tar.gz |
add some .gitignore
svn path=/trunk/; revision=2428
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2173883e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +Makefile.in +Makefile +*.o +*.lo +*.la +*.c +*.h +*.stamp +*.gir +.deps +.libs + +config.* +aclocal.m4 +autom4te.cache +configure +depcomp +libtool +install-sh +missing +ltmain.sh +ylwrap +compile +stamp-h1 +*.pc |