#19718: CC 15.05-rc1 includes .gitignore
--------------------------+----------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+----------------------------------

Comment (by hnyman):

 The same .gitignore file is found also in the trunk builds (in /rom, not
 in overlay) so it is not just due to rc1 building config.

 {{{
 root@OpenWrt:/# grep r4  /etc/banner
  CHAOS CALMER (Bleeding Edge, r45715)

 root@OpenWrt:/# ls -la /rom/lib/uci/upload/
 drwxrwxr-x    2 root     root            33 May 23 17:11 .
 drwxrwxr-x    3 root     root            29 May 23 17:11 ..
 -rw-rw-r--    1 root     root             0 Apr 23 19:09 .gitignore
 }}}

 The interesting part is that I find it in the staging_dir with file &
 directory timestamp from April when I re-built my build environment. Those
 dates have survived both make clean and make dirclean, which have removed
 the whole staging_dir several time. That suggests that the file is found
 somewhere in the sources and that it gets copied here in the make process,
 possibly from some other package than uci itself.
 {{{
 perus@vb1504:/Openwrt/trunk$ ls -la staging_dir/target-
 mips_34kc_uClibc-0.9.33.2/root-ar71xx/lib/uci/upload/
 total 8
 drwxr-xr-x 2 perus perus 4096 huhti 23 19:09 .
 drwxr-xr-x 3 perus perus 4096 huhti 23 19:09 ..
 -rw-rw-r-- 1 perus perus    0 huhti 23 19:09 .gitignore
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19718#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to