diff options
| author | 2011-04-06 12:58:13 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 1 | Makefile | ||
| 2 | Makefile.in | ||
| 3 | *~ | ||
| 4 | *.lo | ||
| 5 | *.o | ||
| 6 | *.la | ||
| 7 | aclocal.m4 | ||
| 8 | configure | ||
| 9 | config.log | ||
| 10 | config.guess | ||
| 11 | config.status | ||
| 12 | config.sub | ||
| 13 | depcomp | ||
| 14 | install-sh | ||
| 15 | libtool | ||
| 16 | ltmain.sh | ||
| 17 | missing | ||
| 18 | .deps | ||
| 19 | .libs | ||
