.gitignore: add *.o and .DS_Store by default - apparently some git versions do not...
[openwrt.git] / .gitignore
index a8777b2..e68b0d9 100644 (file)
@@ -1,3 +1,7 @@
+*.o
+.DS_Store
+.*.swp
+/env
 /dl
 /.config
 /.config.old
@@ -5,7 +9,9 @@
 /build_dir
 /staging_dir
 /tmp
+/logs
 /feeds
+/feeds.conf
 /files
 /package/feeds
 /package/openwrt-packages
This page took 0.023925 seconds and 4 git commands to generate.