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 | |
parent | 8067f3f3cc0f783406cbe1e97c598a35efb2c7c6 (diff) | |
download | upstream-cd221dca4b147d696053a832f6b7fec544cd4680.tar.gz upstream-cd221dca4b147d696053a832f6b7fec544cd4680.tar.bz2 upstream-cd221dca4b147d696053a832f6b7fec544cd4680.zip |
.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3479758d0..e68b0d9f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +.DS_Store .*.swp /env /dl |