diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-01-07 13:06:06 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-01-07 13:06:06 -0500 |
commit | 6dd3921952f022c41713ec02e4d6bd0b04109af8 (patch) | |
tree | 242f2e03975e1d06a8426dd67f5ed4a814da6845 | |
parent | 65a14e3c0cc780961e380e3a339ecddd0b0b7548 (diff) |
trace-cmd: Add *.dat and *.patch to .gitignore
Have git ignore the data files used by trace-cmd. The default data
file is trace.dat, but anything ending in .dat should be ignored.
Also, ignore patches that are laying around in the directory.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ | |||
2 | trace-cmd | 2 | trace-cmd |
3 | *.so | 3 | *.so |
4 | *.a | 4 | *.a |
5 | trace.dat | 5 | *.dat |
6 | *.patch | ||
6 | *~ | 7 | *~ |
7 | kernelshark | 8 | kernelshark |
8 | trace-graph | 9 | trace-graph |