diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index d18b242d1..c1a416b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,27 @@ +# Common text-editor files + *~ -#*# -**/.bzr -**/.git -**/.hg -.* +\#*# + +# Files created by various libretools + pkg/ src/ pkg-libre/ src-libre/ -blacklist-*.txt librefetch.* -*loongson*.patch* -grsecurity*.patch* -patch-*-gnu-pck*.patch -rcn-libre-*.patch -tcp_stealth*.diff* -*.[0-9] +*.log + +# Common binary files. If you have downloaded sources=() that don't +# match one of these, you should probably add those to a per-package +# .gitignore file, rather than adding them here. + *.7z *.asc *.bz2 *.bdf* *.deb -*.diff *.gz -*.log -*.orig *.oxt *.pbm *.ppm |