diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-08 02:24:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-08 02:50:05 -0400 |
commit | 627769ccc88ae15c92c5c2e5896bb1d96f52e385 (patch) | |
tree | a0e833ab2ae55e8373fa42c6cc20e1b6dbd8cee8 /.gitignore | |
parent | 225338d78497b7c5f7baab18586d41f49221104a (diff) | |
download | fork-ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.tar.gz fork-ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.tar.bz2 fork-ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.zip |
Changed from using .cvsignore to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b555b748 --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +*.[oa] +*.dSYM +*.elc +*.la +*.lo +*.o +*~ +.deps/ +.libs/ +.svn +/.deps +/.libs +/AUTHORS +/Makefile +/Makefile.in +/acconf.h +/acconf.h.in +/acconf.h.in~ +/aclocal.m4 +/autom4te.cache +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/elc-stamp +/elisp-comp +/install-sh +/ledger +/ledger.info +/libtool +/ltmain.sh +/make.deps +/missing +/pending +/stamp-h1 +/texinfo.tex +AUTHORS +INSTALL +Makefile +Makefile.in +acconf.h +acconf.h.in +aclocal.m4 +autom4te.cache/ +config.guess +config.log +config.status +config.sub +configure +depcomp +doc/*.info +elc-stamp +elisp-comp +install-sh +ledger +ledger.info +libtool +ltmain.sh +missing +stamp-h1 +texinfo.tex |