From 2f64d27835408bf1546adae505434d04f5327d32 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 12 Nov 2013 18:18:47 -0500 Subject: [PATCH] Add .gitignore and tools/.gitignore --- .gitignore | 6 ++++++ tools/.gitignore | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca4a701 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.* +*.ko +*.mod.c +*.o +*.order +/Module.symvers diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..02ea899 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,9 @@ +80211debug +80211stats +athchans +athctrl +athdebug +athkey +athstats +wlanconfig +wpakey -- 2.35.1