diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-04 09:52:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-04 09:52:40 -0700 |
commit | 797343bf8ac6105f9566ce0d662f4289d5d9d410 (patch) | |
tree | 7694b5841ee96d12acbf07e75a294bbf674a7d04 /.gitignore | |
parent | a57668127eb0e00bc467ae0fc487592e95c17227 (diff) | |
download | subsurface-797343bf8ac6105f9566ce0d662f4289d5d9d410.tar.gz |
Update gitignore for the name-change of the executable
It's not called 'parse' any more. And I think I should rename 'divelog'
too to something more unique. Right now the working name for the
project is 'diveclog' (kind of like 'jdivelog') , but I'm not convinced
that the "C implementation" part is really important enough to make a
point of long-term.
"subsurface"? I don't know. Maybe I should follow the "name all
projects after myself" mantra. "divenut"?
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 295ea6b17..aeb949b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *.o -/parse +/divelog |