aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow shell scripts to be embedded in the binaryRon Yorston2018-10-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | To assist in the deployment of shell scripts it may be convenient to embed them in the BusyBox binary. This patch adds two configuration options to the shell: - 'Embed scripts in the binary' takes any files in the directory 'embed', concatenates them with null separators, compresses them and embeds them in the binary. - 'Allow the contents of embedded scripts to be listed' makes the shell argument '-L name' list the contents of the named script. Both options are off by default. When scripts are embedded in the binary: - The shell argument '-L' lists the names of the scripts. - Scripts can be run as 'sh name arg...'. - An alias is added for each script, equivalent to "alias name='sh name'".
* Merge branch 'busybox' into mergeRon Yorston2018-10-081-0/+6
|\
| * .gitignore: add ctags output filesMartin Kaiser2018-09-261-0/+6
| | | | | | | | | | | | | | | | | | Exuberant ctags creates an output file called "tags" by default or "TAGS" when it's run in emacs mode. Add those two files to .gitignore so they won't be removed by git clean -df. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | win32: rename resource filesRon Yorston2018-07-241-0/+1
| | | | | | | | | | Since more than just icon resources are now provided give various files more appropriate names.
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-0/+8
|\| | | | | | | | | | | Conflicts: coreutils/od_bloaty.c libbb/lineedit.c
| * Makefile: fix cscope targetBartosz Golaszewski2014-12-311-0/+8
| | | | | | | | | | | | | | | | | | | | This target doesn't work with current directory layout. Just make cscope index all .c and .h files. While we're at it: add cscope output files to .gitignore. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-0/+1
|\| | | | | | | | | | | | | Conflicts: archival/libarchive/open_transformer.c libbb/lineedit.c miscutils/man.c
| * gitignore: add testsuite/echo-neBartosz Golaszewski2014-11-261-0/+1
| | | | | | | | | | Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'busybox' into mergeRon Yorston2014-01-211-0/+6
|\|
| * gitignore: ignore files generated by 'make test'Bartosz Golaszewski2014-01-191-0/+6
| | | | | | | | | | Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-031-0/+1
|/
* get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn2011-05-011-0/+1
| | | | | Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added Config.in to .gitignoreDenys Vlasenko2010-06-191-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ignore changes to Kbuild files, they are generatedDan Fandrich2010-06-181-0/+1
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gitignore: add debugging related filesMike Frysinger2009-06-011-0/+7
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add .gitignore filesMike Frysinger2009-05-051-0/+27
Signed-off-by: Mike Frysinger <vapier@gentoo.org>