From 11bff6c6274606cefa86827dd49b0cd4e9166b77 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 22 Sep 2007 17:18:07 +0000 Subject: cvs/gitignore updates --- .cvsignore | 1 + .gitignore | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.cvsignore b/.cvsignore index 93bcb324..4bfb84ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ +*~ autom4te.* cscope*out Makefile config.h config.log config.status *.[158] .deps loc2c-test stamp-h1 stap staprun systemtap.spec testresults stapio stap_merge diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..68b9f989 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*~ +autom4te.* +cscope*out +Makefile +config.h +config.log +config.status +*.[158] +.deps +loc2c-test +stamp-h1 +stap +staprun +systemtap.spec +testresults +stapio +stap_merge -- cgit