aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-07-22 13:00:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-07-22 13:02:14 +0300
commitc2ab4fa57c12446986447d849b3defc888cc2c6f (patch)
treee030c26955ccb855bb68593f9a5da8d2afe83436
parent4c7d4359d2dc58126e4e7c6e3dd7cc196322ef28 (diff)
downloadcpio-c2ab4fa57c12446986447d849b3defc888cc2c6f.tar.gz
cpio-c2ab4fa57c12446986447d849b3defc888cc2c6f.tar.bz2
Minor changes
* .gitignore: Update. * am/.gitignore: New file. * src/.gitignore: Add .gdbinit. * tests/symlink-to-stdout.at: Fix keywords.
-rw-r--r--.gitignore5
-rw-r--r--am/.gitignore1
-rw-r--r--src/.gitignore1
-rw-r--r--tests/symlink-to-stdout.at2
4 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 06fbe3d..5ae1208 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,12 @@
*.a
*.o
*.tar.*
+*.shar.*
*~
+*.patch
.bootstrap
.deps
-.emacs.desktop
+.emacs.desktop*
.emacsrc
ABOUT-NLS
ChangeLog
@@ -12,6 +14,7 @@ INSTALL
Make.rules
Makefile
Makefile.in
+TAGS
aclocal.m4
autom4te.cache
build-aux
diff --git a/am/.gitignore b/am/.gitignore
new file mode 100644
index 0000000..255b86a
--- /dev/null
+++ b/am/.gitignore
@@ -0,0 +1 @@
+sysdep.m4
diff --git a/src/.gitignore b/src/.gitignore
index 7d46506..98443bc 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1 +1,2 @@
cpio
+.gdbinit
diff --git a/tests/symlink-to-stdout.at b/tests/symlink-to-stdout.at
index de2e0a2..eddd4b1 100644
--- a/tests/symlink-to-stdout.at
+++ b/tests/symlink-to-stdout.at
@@ -21,7 +21,7 @@
# if the archive contained a symlink.
AT_SETUP([symlink --to-stdout])
-AT_KEYWORDS([symlink --to-stdout])
+AT_KEYWORDS([symlink symlink-to-stdout])
AT_DATA([filelist],[file
symlink

Return to:

Send suggestions and report system problems to the System administrator.