1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:24:12 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24238 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-12-04 10:27:13 +00:00
parent cb875ff79e
commit eacbaf7ca0

2
.gitignore vendored
View File

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