[PATCH] hostapd: Add .gitignore for .config

Dmitry Shmidt dimitrysh at google.com
Mon Feb 28 18:50:00 EST 2011


On Mon, Feb 28, 2011 at 11:21 AM, Johannes Berg
<johannes at sipsolutions.net> wrote:
> On Mon, 2011-02-28 at 10:55 -0800, Dmitry Shmidt wrote:
>> From 491983a0c1488b982d1cce4939bdd8f6e4d951f3 Mon Sep 17 00:00:00 2001
>> From: Dmitry Shmidt <dimitrysh at google.com>
>> Date: Mon, 28 Feb 2011 10:53:34 -0800
>> Subject: [PATCH] hostapd: Add .gitignore for .config
>>
>> Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
>> ---
>>  hostapd/.gitignore |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>  create mode 100644 hostapd/.gitignore
>>
>> diff --git a/hostapd/.gitignore b/hostapd/.gitignore
>> new file mode 100644
>> index 0000000..1f89d9f
>> --- /dev/null
>> +++ b/hostapd/.gitignore
>> @@ -0,0 +1 @@
>> +.config
>
> Wouldn't it make sense to just move it to the toplevel from
> wpa_supplicant/.gitignore?
>
> johannes
>
>
You mean like this:
---------------------------------------------------
diff --git a/.gitignore b/.gitignore
index f1f5ff3..fbaf677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,10 +11,12 @@ wpa_supplicant/wpa_gui/Makefile
 wpa_supplicant/wpa_gui/wpa_gui
 wpa_supplicant/wpa_gui-qt4/Makefile
 wpa_supplicant/wpa_gui-qt4/wpa_gui
+wpa_supplicant/.config
 hostapd/hostapd
 hostapd/hostapd_cli
 hostapd/hlr_auc_gw
 hostapd/nt_password_hash
+hostapd/.config
 wlantest/libwlantest.a
 wlantest/wlantest
 wlantest/wlantest_cli
diff --git a/wpa_supplicant/.gitignore b/wpa_supplicant/.gitignore
deleted file mode 100644
index 1f89d9f..0000000
--- a/wpa_supplicant/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.config


More information about the HostAP mailing list