diff options
author | Martin Szulecki | 2011-04-06 12:58:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-06 12:58:13 +0200 |
commit | 5302ae52e43a36ed5048483341a8ab586e18c895 (patch) | |
tree | 1e55e54c22b83ecddf3ab1e4d3a33c7c49aa3365 | |
parent | 784ad167a91f21be21719d4cf402b38fc4b7d4da (diff) | |
download | gdk-pixbuf-psd-5302ae52e43a36ed5048483341a8ab586e18c895.tar.gz gdk-pixbuf-psd-5302ae52e43a36ed5048483341a8ab586e18c895.tar.bz2 |
Add .gitignore for common files
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..074b667 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +Makefile +Makefile.in +*~ +*.lo +*.o +*.la +aclocal.m4 +configure +config.log +config.guess +config.status +config.sub +depcomp +install-sh +libtool +ltmain.sh +missing +.deps +.libs |