mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Userspace: gitignore binaries
This commit is contained in:
parent
1503834c3b
commit
37c27e2e39
Notes:
sideshowbarker
2024-07-19 14:42:29 +09:00
Author: https://github.com/sleepy-monax Commit: https://github.com/SerenityOS/serenity/commit/37c27e2e39e Pull-request: https://github.com/SerenityOS/serenity/pull/7
1 changed files with 6 additions and 44 deletions
50
Userland/.gitignore
vendored
50
Userland/.gitignore
vendored
|
@ -1,46 +1,8 @@
|
|||
# Ignore all files without extension
|
||||
*
|
||||
!*.*
|
||||
!*/
|
||||
!Makefile
|
||||
|
||||
*.o
|
||||
*.d
|
||||
id
|
||||
sh
|
||||
ps
|
||||
ls
|
||||
pwd
|
||||
sleep
|
||||
date
|
||||
false
|
||||
true
|
||||
hostname
|
||||
cat
|
||||
uname
|
||||
clear
|
||||
tst
|
||||
mm
|
||||
kill
|
||||
tty
|
||||
fgrep
|
||||
mkdir
|
||||
touch
|
||||
sync
|
||||
more
|
||||
guitest2
|
||||
sysctl
|
||||
rm
|
||||
cp
|
||||
rmdir
|
||||
dmesg
|
||||
top
|
||||
chmod
|
||||
pape
|
||||
ln
|
||||
df
|
||||
su
|
||||
env
|
||||
chown
|
||||
stat
|
||||
ping
|
||||
uc
|
||||
tc
|
||||
host
|
||||
qs
|
||||
mv
|
||||
uptime
|
||||
|
|
Loading…
Reference in a new issue