diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-10-05 18:59:17 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-10-05 19:13:48 -0700 |
commit | 2a669f4a1169e193fbaad873d5e3ae3b268453db (patch) | |
tree | df0c5dcc941161d1cd3d73e53faceb0f6244054b | |
parent | bb1c32af94c42cda454a0ba2a2979626b96b53fd (diff) | |
download | mpd-2a669f4a1169e193fbaad873d5e3ae3b268453db.tar.gz mpd-2a669f4a1169e193fbaad873d5e3ae3b268453db.tar.xz mpd-2a669f4a1169e193fbaad873d5e3ae3b268453db.zip |
Add .gitignore
These patterns have been sitting in my private .git/info/exclude
files since 2005 because we used to use SVN.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b2e9814b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.Plo +*.Po +*.a +*.bz2 +*.d +*.gz +*.la +*.lo +*.o +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.mk +config.status +config.sub +config_detected.h +config_detected.mk +configure +depcomp +depmode +install-sh +libtool +ltmain.sh +missing +mkinstalldirs +mpd +stamp-h1 +tags |