OSDN Git Service

modified: .gitignore
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 5 May 2013 03:42:09 +0000 (12:42 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 5 May 2013 03:42:09 +0000 (12:42 +0900)
modified:   Makefile
new file:   examples

.gitignore
Makefile
examples [new symlink]

index 0cf4a48..26d4534 100644 (file)
@@ -7,7 +7,7 @@
 *.debug
 *.orig
 *.orig*
-.EogLog
+
 #
 data/
 .acmlg/
@@ -15,7 +15,6 @@ PrevReleased/
 backup/
 database/
 distribute/
-examples
 optional/
 others/
 tutorial/
index f17bec6..ef79691 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,16 +63,7 @@ relink:
 git-add-all:: git-add git-add-data git-add-optional git-add-tutorial git-add-others
 
 git-add::
-       git add Makefile
-       git add sbin
-       git add bin
-       git add src
-       git add Integration
-       git add include
-       git add env 
-       git add lib 
-       git add util
-       git add hostdepend
+       git add -v .
 
 git-add-optional::
        cd optional; git add . 
diff --git a/examples b/examples
new file mode 120000 (symlink)
index 0000000..179e7a9
--- /dev/null
+++ b/examples
@@ -0,0 +1 @@
+data/examples
\ No newline at end of file