X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/43e06f003e119e1ed6d55718e181117b589938c1..3ea7ce520057866773484edb1d6928f98665378e:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index 243bda0b7..70a454ca7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+*.o
+.DS_Store
+.*.swp
 /env
 /dl
 /.config
@@ -6,8 +9,16 @@
 /build_dir
 /staging_dir
 /tmp
+/logs
 /feeds
 /feeds.conf
 /files
 /package/feeds
 /package/openwrt-packages
+*.orig
+*.rej
+*~
+.#*
+*#
+.emacs.desktop*
+TAGS*~
\ No newline at end of file