diff --git a/.gitignore b/.gitignore index d498e6b..0c5e288 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ *.o *.pc .deps +.testit_history +GPATH +GRTAGS +GTAGS Makefile Makefile.in aclocal.m4 diff --git a/debian/.gitignore b/debian/.gitignore index 659a5d0..8afbb05 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,5 +1,10 @@ *.log *.debhelper *.substvars +autoreconf.* +debhelper-build-stamp files -tmp/* \ No newline at end of file +tmp/* +libeditline-dev/* +libeditline0/* +libeditline1/* diff --git a/examples/.gitignore b/examples/.gitignore index 23a58dd..bcb1d97 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,4 +1,5 @@ *.o cli testit -excallback \ No newline at end of file +excallback +fileman