Release Tizen 2.0 beta 2.0alpha master 2.0_alpha submit/master/20120920.151009
authorDanny Jeongseok Seo <S.Seo@samsung.com>
Tue, 21 Aug 2012 09:35:02 +0000 (18:35 +0900)
committerDanny Jeongseok Seo <S.Seo@samsung.com>
Tue, 21 Aug 2012 09:35:02 +0000 (18:35 +0900)
.gitignore [new file with mode: 0644]
debian/changelog
debian/rules
include/netlink/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/route/.gitignore [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ffadca3
--- /dev/null
@@ -0,0 +1,22 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+*.[oa]
+*~
+build-stamp
+cmake_build_tmp
+configure-stamp
+debian/files
+debian/libnl2-dbg.debhelper.log
+debian/libnl2-dbg.substvars
+debian/libnl2-dbg
+debian/libnl2.debhelper.log
+debian/libnl2.install
+debian/libnl2.substvars
+debian/libnl2
+debian/tmp
+.project
+.cproject
index 22e9ea0..adf46eb 100644 (file)
@@ -1,7 +1,7 @@
 libnl2 (2.0-1slp2+2) unstable; urgency=low
 
   * Change maintainers
-  * Git: pkgs/l/libnl2
+  * Git: slp/pkgs/l/libnl2
   * Tag: libnl2_2.0-1slp2+2
 
  -- Sunkey Lee <yuvjjang.lee@samsung.com>  Mon, 05 Mar 2012 20:16:05 +0900
@@ -9,7 +9,7 @@ libnl2 (2.0-1slp2+2) unstable; urgency=low
 libnl2 (2.0-1slp2+1) unstable; urgency=low
 
   * Upload pkgs to a pkg server
-  * Git: pkgs/l/libnl2
+  * Git: slp/pkgs/l/libnl2
   * Tag: libnl2_2.0-1slp2+1
 
  -- Sunkey Lee <yuvjjang.lee@samsung.com>  Mon, 05 Mar 2012 19:36:51 +0900
index 85cf5af..90872d3 100755 (executable)
@@ -7,4 +7,3 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 DEB_DH_STRIP_ARGS := --dbg-package=libnl2-dbg
 DEB_DH_MAKESHLIBS_ARGS_libnl2 := -V"libnl2 (>= $(DEB_UPSTREAM_VERSION))"
 
-
diff --git a/include/netlink/.gitignore b/include/netlink/.gitignore
new file mode 100644 (file)
index 0000000..6702033
--- /dev/null
@@ -0,0 +1 @@
+version.h
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644 (file)
index 0000000..2a450e8
--- /dev/null
@@ -0,0 +1,2 @@
+libnl.so*
+libnl-*.so*
diff --git a/lib/route/.gitignore b/lib/route/.gitignore
new file mode 100644 (file)
index 0000000..debf3b7
--- /dev/null
@@ -0,0 +1,4 @@
+pktloc_grammar.h
+pktloc_grammar.c
+pktloc_syntax.h
+pktloc_syntax.c
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..60233c8
--- /dev/null
@@ -0,0 +1,31 @@
+genl-ctrl-list
+nf-ct-list
+nf-log
+nf-monitor
+nl-addr-add
+nl-addr-delete
+nl-addr-list
+nl-fib-lookup
+nl-link-list
+nl-link-ifindex2name
+nl-link-name2ifindex
+nl-link-set
+nl-link-stats
+nl-list-caches
+nl-list-sockets
+nl-monitor
+nl-neigh-add
+nl-neigh-delete
+nl-neigh-list
+nl-neightbl-list
+nl-qdisc-add
+nl-qdisc-delete
+nl-qdisc-list
+nl-route-add
+nl-route-delete
+nl-route-list
+nl-route-get
+nl-rule-list
+nl-tctree-list
+nl-util-addr
+nf-queue
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..19184ee
--- /dev/null
@@ -0,0 +1,4 @@
+test-cache-mngr
+test-genl
+test-nf-cache-mngr
+test-socket-creation