.gitignore: Ignore Emacs editor generated files
[openwrt/staging/wigyori.git] / .gitignore
index b9a191f9d9a23f2fbd6dbdb2ae878dd2a2f96936..70a454ca7cd08da011f32dc15a12f4c8ec6af1d7 100644 (file)
@@ -1,8 +1,24 @@
-/.config*
+*.o
+.DS_Store
+.*.swp
+/env
+/dl
+/.config
+/.config.old
 /bin
-/build_*
-/toolchain_build_*
-/staging_dir_*
+/build_dir
+/staging_dir
 /tmp
-/dl
-/tool_build
+/logs
+/feeds
+/feeds.conf
+/files
+/package/feeds
+/package/openwrt-packages
+*.orig
+*.rej
+*~
+.#*
+*#
+.emacs.desktop*
+TAGS*~
\ No newline at end of file