diff options
author | kremlin <ian@kremlin.cc> | 2014-07-23 04:22:46 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-07-23 04:22:46 +0800 |
commit | fcc305a053977910864ab1ec6fc34ca6904d6ad9 (patch) | |
tree | 1df156f90c6a0edbc5544b256f9e6666fb9ce791 /.gitignore | |
parent | 4c2de878139e037372a1acb8a9a23cef510f10e4 (diff) | |
download | systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar.gz systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar.bz2 systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar.lz systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar.xz systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.tar.zst systembsd-fcc305a053977910864ab1ec6fc34ca6904d6ad9.zip |
update gitignore to include all binaries
additionally get rid of unused -handler rule
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ *.core bin/*.out +bin/systemd-* +bin/obj/*.o bin/*.bin -bin/*-handler [._]*.s[a-w][a-z] [._]s[a-w][a-z] *.un~ |