diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-04 10:27:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-12-04 10:27:13 +0000 |
commit | cd221dca4b147d696053a832f6b7fec544cd4680 (patch) | |
tree | 93cc2e5ff56118e7e7c9662b26b155a7b154261c /.gitignore | |
parent | 8067f3f3cc0f783406cbe1e97c598a35efb2c7c6 (diff) | |
download | mtk-20170518-cd221dca4b147d696053a832f6b7fec544cd4680.zip mtk-20170518-cd221dca4b147d696053a832f6b7fec544cd4680.tar.gz mtk-20170518-cd221dca4b147d696053a832f6b7fec544cd4680.tar.bz2 |
.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +*.o +.DS_Store .*.swp /env /dl |