diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..43c726a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +.timestamp +*.backup +*.elc +*.pyc +*~ +/ABOUT-NLS +/Makefile.am +/Makefile.in +/TAGS +/acconf.h.in +/aclocal.m4 +/autogen.sh +/autom4te.cache/ +/config.guess +/config.h.in +/config.rpath +/config.sub +/configure +/configure.ac +/depcomp +/elisp-comp +/install-sh +/intl/ +/ledger +/ltmain.sh +/m4/ +/make.sh +/missing +/po/ +/py-compile +/src/system.hh.gch +/texinfo.tex +/version.m4 + +*.[oa] +*.l[oa] +/*.tar.bz2 +/*.tar.gz +/.deps/ +/.libs/ +/BaselineTests +/Doxyfile.gen +/Makefile +/PyUnitTests +/RegressionTests +/config.h +/config.log +/config.status +/data_tests +/doc/.dirstamp +/doc/html/ +/doc/latex/ +/doc/ledger.info +/doc/refman.pdf +/doc/report/ +/expr_tests +/libtool +/math_tests +/report_tests +/shave +/shave-libtool +/stamp-h1 +/test/python/ +/tmpcvs*/ +/tmpwrk*/ +/util_tests +/mkinstalldirs |