From 1b9a9599a4df85b0e925086d12bd48626b09bb45 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Tue, 11 Jul 2006 16:44:43 -0400 Subject: Rename .cvsignore to .gitignore. --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb1befd --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +Makefile +Makefile.in +*.la +*.lo +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 -- cgit v1.2.3 From 090d43acf315283effe8a1c858cac8167ebe4d08 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Tue, 11 Jul 2006 16:47:15 -0400 Subject: Update the .gitignore files to remove some more noise. --- .gitignore | 5 +++++ man/.gitignore | 1 + 2 files changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fb1befd..da4f97a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ Makefile Makefile.in +ChangeLog +xf86-input-evdev-*.tar.bz2 +xf86-input-evdev-*.tar.gz *.la *.lo aclocal.m4 autom4te.cache +compile config.guess config.h config.h.in @@ -17,3 +21,4 @@ libtool ltmain.sh missing stamp-h1 +.*.swp diff --git a/man/.gitignore b/man/.gitignore index 282522d..c060ea5 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +evdev.4 -- cgit v1.2.3