diff options
-rw-r--r-- | .gitignore (renamed from .cvsignore) | 2 | ||||
-rw-r--r-- | man/.gitignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
3 files changed, 4 insertions, 6 deletions
@@ -1,3 +1,5 @@ +.deps +.libs Makefile Makefile.in *.la diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 00000000..a438e807 --- /dev/null +++ b/man/.gitignore @@ -0,0 +1,2 @@ +i810.4 +i810.4x diff --git a/src/.cvsignore b/src/.cvsignore deleted file mode 100644 index 9730646f..00000000 --- a/src/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -*.la -*.lo |