diff options
author | Simon Busch <morphis@gravedo.de> | 2011-08-25 07:58:20 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-08-25 07:58:20 +0200 |
commit | 66e708c0098ca2a882fe05c9e4fd452d03d2f557 (patch) | |
tree | 6878d1d5853011e0bf308210ca813bd8b9e5f539 /.gitignore | |
parent | a3ac92b3a46831c3fdafd918d47befa6bf110064 (diff) | |
download | external_libsamsung-ipc-66e708c0098ca2a882fe05c9e4fd452d03d2f557.zip external_libsamsung-ipc-66e708c0098ca2a882fe05c9e4fd452d03d2f557.tar.gz external_libsamsung-ipc-66e708c0098ca2a882fe05c9e4fd452d03d2f557.tar.bz2 |
Add .gitignore file
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 + |