Add a few .gitignore files

This commit is contained in:
Pierre Pronchery 2015-05-18 22:35:05 +02:00
parent e21ac230e5
commit efb6951428
3 changed files with 52 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Makefile
*.o

49
src/.gitignore vendored Normal file
View File

@ -0,0 +1,49 @@
/basename
/cat
/chgrp
/chmod
/chown
/cksum
/cmp
/cp
/date
/df
/dirname
/du
/echo
/false
/file
/find
/head
/id
/kill
/link
/ln
/locale
/logname
/ls
/mkdir
/mkfifo
/more
/mv
/nice
/pr
/printf
/ps
/pwd
/renice
/rm
/rmdir
/sleep
/strings
/tail
/test
/time
/touch
/true
/tty
/uname
/uniq
/unlink
/wc
/who

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/utilbox