diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-09-12 13:12:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-12 13:12:07 +0200 |
commit | ffaa78700c85a8c6a764a58b423a6cf0d42ebe5f (patch) | |
tree | cdcdbf22880b0f6456ada1c8f294a11085614c55 /.gitignore | |
parent | Merge pull request #128 from fluffypony/master (diff) | |
parent | HOW DO I ENGLISH? (diff) | |
download | monero-ffaa78700c85a8c6a764a58b423a6cf0d42ebe5f.tar.xz |
Merge pull request #129 from Jebes/master
Added documentation to varint.h and util.h
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 527864624..4f8766a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,23 @@ .DS_Store +/doc /build /tags # vim swap files *.swp *.swo +TAGS +!TAGS/ +tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + + + |