1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-05 23:26:49 +02:00

.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default

SVN-Revision: 24238
This commit is contained in:
Felix Fietkau 2010-12-04 10:27:13 +00:00
parent 8067f3f3cc
commit cd221dca4b

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.o
.DS_Store
.*.swp
/env
/dl