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 | |
parent | 225338d78497b7c5f7baab18586d41f49221104a (diff) | |
download | ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.tar.gz ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.tar.bz2 ledger-627769ccc88ae15c92c5c2e5896bb1d96f52e385.zip |
Changed from using .cvsignore to .gitignore.
-rw-r--r-- | .gitignore | 63 | ||||
-rw-r--r-- | tests/baseline/.cvsignore | 10 |
2 files changed, 63 insertions, 10 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 diff --git a/tests/baseline/.cvsignore b/tests/baseline/.cvsignore deleted file mode 100644 index 56015043..00000000 --- a/tests/baseline/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -1 -10 -2 -3 -4 -5 -6 -7 -8 -9 |