diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfee2d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +Makefile.in +Makefile +*.o +*.lo +*.loT +*.la +*.c +*.h +.*.swp +*.stamp +*.gir +*.lineno +.deps +.libs + +config.* +aclocal.m4 +autom4te.cache +configure +depcomp +libtool +install-sh +missing +ltmain.sh +ylwrap +compile +stamp-h1 + +*.pc +build +core + |