meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
174 stars 46 forks source link

[.gitignore] Delete unnecessary nested .gitignore files #133

Closed knocte closed 11 years ago

knocte commented 11 years ago

The .gitignore file in the root already contains the entry "bin/", so it is not necessary to have these additional .gitignore files.

Their existence is a bit annoying as well because if you remove the bin folder altogether (to make sure you have a clean checkout without artifacts), git status would mark them as deleted.