From 8cacc46f8bcfe5b2325a2fae2af9b1fc5b09139e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 27 Mar 2007 21:06:31 -0400 Subject: Move .cvsignore -> .gitignore * Move all .cvsignore files to .gitignore for switch in VCS. In addition, delete ones that were unnecessary because they only contained Makefile and Makefile.am. Signed-off-by: Dan McGee --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5545617e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +Makefile +Makefile.in +mkinstalldirs +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.rpath +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +*.o +*~ +root +tags +cscope.out +pacman-*.tar.gz -- cgit v1.2.3