public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [BlueZ PATCH 1/2] gitignore: Add generated files to the ignore list
@ 2021-05-05 18:44 Tedd Ho-Jeong An
  2021-05-05 18:44 ` [BlueZ PATCH 2/2] build: Add generated manpages to distribute list Tedd Ho-Jeong An
  2021-05-05 19:12 ` [BlueZ,1/2] gitignore: Add generated files to the ignore list bluez.test.bot
  0 siblings, 2 replies; 4+ messages in thread
From: Tedd Ho-Jeong An @ 2021-05-05 18:44 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds generated files like manpages and binaries to the
ignore list so it won't show with 'git status'.
---
 .gitignore | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4fb5db28..9c8393a81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,23 +47,33 @@ tools/avinfo
 tools/bccmd
 tools/hwdb
 tools/ciptool
+tools/ciptool.1
 tools/hciattach
+tools/hciattach.1
 tools/hciconfig
+tools/hciconfig.1
 tools/hcieventmask
 tools/hcisecfilter
 tools/hcitool
+tools/hcitool.1
 tools/hcidump
+tools/hcidump.1
 tools/hid2hci
+tools/hid2hci.1
 tools/rfcomm
+tools/rfcomm.1
 tools/l2ping
+tools/l2ping.1
 tools/l2test
 tools/cltest
 tools/rctest
+tools/rctest.1
 tools/scotest
 tools/amptest
 tools/oobtest
 tools/advtest
 tools/sdptool
+tools/sdptool.1
 tools/avtest
 tools/bdaddr
 tools/bluemoon
@@ -116,6 +126,7 @@ tools/rfcomm-tester
 tools/bnep-tester
 tools/userchan-tester
 tools/btattach
+tools/btattach.1
 tools/btconfig
 tools/btmgmt
 tools/btsnoop
@@ -125,15 +136,18 @@ tools/btmon-logger
 tools/bluetooth-logger.service
 peripheral/btsensor
 monitor/btmon
+monitor/btmon.1
 emulator/btvirt
 emulator/b1ee
 emulator/hfp
 client/bluetoothctl
 tools/meshctl
 tools/mesh-cfgclient
+tools/mesh-cfgtest
 mesh/bluetooth-meshd
 
 src/bluetoothd.8
+src/bluetoothd.rst
 src/bluetooth.service
 mesh/bluetooth-mesh.service
 
@@ -157,8 +171,6 @@ unit/test-mesh-crypto
 unit/test-*.log
 unit/test-*.trs
 
-doc/btmon.1
-
 android/system-emulator
 android/bluetoothd
 android/avdtptest
-- 
2.26.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-06 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 18:44 [BlueZ PATCH 1/2] gitignore: Add generated files to the ignore list Tedd Ho-Jeong An
2021-05-05 18:44 ` [BlueZ PATCH 2/2] build: Add generated manpages to distribute list Tedd Ho-Jeong An
2021-05-05 19:12 ` [BlueZ,1/2] gitignore: Add generated files to the ignore list bluez.test.bot
2021-05-06 22:13   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox