diff options
-rw-r--r-- | embed/.cvsignore | 1 | ||||
-rw-r--r-- | lib/.cvsignore | 1 | ||||
-rw-r--r-- | lib/egg/.cvsignore | 1 | ||||
-rw-r--r-- | src/.cvsignore | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/embed/.cvsignore b/embed/.cvsignore index 20e4cb0c8..b658883e0 100644 --- a/embed/.cvsignore +++ b/embed/.cvsignore @@ -4,3 +4,4 @@ Makefile.in .deps .libs *.la +stamp-* diff --git a/lib/.cvsignore b/lib/.cvsignore index 5c5ee99d8..fdb05d409 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -6,3 +6,4 @@ Makefile.in *.la ephy-marshal.c ephy-marshal.h +stamp-* diff --git a/lib/egg/.cvsignore b/lib/egg/.cvsignore index bb66b8fe5..4a7a97b16 100644 --- a/lib/egg/.cvsignore +++ b/lib/egg/.cvsignore @@ -2,3 +2,4 @@ Makefile.in Makefile eggmarshalers.h eggmarshalers.c +stamp-* diff --git a/src/.cvsignore b/src/.cvsignore index 88f81458e..49bab1bc2 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -10,3 +10,4 @@ EphyAutomation-stubs.c EphyAutomation.h epiphany-bin ephy_automation_interface_idl_stamp +stamp-* |