diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-17 21:05:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-17 21:05:20 -0400 |
commit | dfd751fdf2fdf2b5807a5e5e42032ba0b995f8b9 (patch) | |
tree | d4019592d2bbd9d7aedcc5a45e31c041e633c81f /.gitignore | |
parent | 15c0c9d49dee0e69b8a53a38a3f20319c53690f7 (diff) | |
download | abslibre-dfd751fdf2fdf2b5807a5e5e42032ba0b995f8b9.tar.gz abslibre-dfd751fdf2fdf2b5807a5e5e42032ba0b995f8b9.tar.bz2 abslibre-dfd751fdf2fdf2b5807a5e5e42032ba0b995f8b9.zip |
.gitignore: tidy
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 |