X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=c03c2e8a6c663105e12ba4761088288b3ab39ff5;hb=aa2959c90d9c3217ddb6f482b82fef7234ad9bde;hp=1618712ced770736a43aa36c0ed3da35715416fd;hpb=3322351724be7e094dfe82a496fd0bbc1626ffff;p=oweals%2Fbusybox.git diff --git a/.gitignore b/.gitignore index 1618712ce..c03c2e8a6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.o.* *.a *.s +Kbuild +Config.in # # Never ignore these @@ -16,6 +18,7 @@ # Normal output # /busybox +/busybox_old /busybox_unstripped* # @@ -25,3 +28,31 @@ *.orig *.rej /*.patch + +# +# debugging stuff +# +core +.gdb_history +.gdbinit + +# +# testing output +# +/busybox.links +/runtest-tempdir-links +/testsuite/echo-ne + +# +# cscope output +# +cscope.files +cscope.in.out +cscope.out +cscope.po.out + +# +# ctags output +# +tags +TAGS