[sheepdog] [PATCH] .gitignore: add dog/sheepdog script and backup files

Ryusuke Konishi konishi.ryusuke at lab.ntt.co.jp
Wed Feb 5 11:36:58 CET 2014


Get rid of the following untracked files from the output of "git
status" command:

 $ git status
 # On branch install
 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #       include/config.h.in~
 #       script/dog
 #       script/sheepdog

Signed-off-by: Ryusuke Konishi <konishi.ryusuke at lab.ntt.co.jp>
---
 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 69aca9d..f2f3d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ cscope.*
 *.gcda
 *.gcno
 *.info
+*~
 
 #
 # for GLOBAL
@@ -64,6 +65,8 @@ ltmain.sh
 config.h
 config.h.in
 script/generic
+script/dog
+script/sheepdog
 
 tests/check.log
 tests/check.time
-- 
1.7.9.3




More information about the sheepdog mailing list