diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-22 01:19:35 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 22:07:15 +0300 |
commit | d522b2cdfed853e372d6b64a89d070368f0718f7 (patch) | |
tree | 69e97026e5352e17fc9f93520e93c31c43364030 /tools/accounting/.gitignore | |
parent | 8fc07ebe63a40c312730da28e54dbb4fc6029ca3 (diff) | |
download | linux-d522b2cdfed853e372d6b64a89d070368f0718f7.tar.xz |
tools: move accounting tool from Documentation
Move accounting tool to tools and remove it from Documentation
Makefile. Update location information for this tool. Create a
new Makefile to build accounting. It can be built from top level
directory or from accounting directory:
Run make -C tools/accounting or cd tools/accounting; make
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/accounting/.gitignore')
-rw-r--r-- | tools/accounting/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/accounting/.gitignore b/tools/accounting/.gitignore new file mode 100644 index 000000000000..86485203c4ae --- /dev/null +++ b/tools/accounting/.gitignore @@ -0,0 +1 @@ +getdelays |