diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:26:43 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:28:06 -0700 |
commit | 5f27a9afd80f0f405c042c22f9d7e404ba61e2f2 (patch) | |
tree | fecf041ed3ee51a56a5b26142c1b0b97cb6289c3 /.gitignore | |
parent | 5ada40e35c157362f4d3e2c59677d6ea9b648069 (diff) | |
parent | 71ef6f46a797f739bf140df934f137d92d791abc (diff) | |
download | librambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.tar.gz librambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.zip |
Merge branch 'legacy'
- superficial rebranding to librambutan
- bugfixes to documentation syntax
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ build/ doxygen/xml/ doxygen/html/ +doxygen/doxygen_sqlite3.db main.cpp libmaple.layout tags @@ -10,3 +11,6 @@ TAGS arm cscope* .gdbinit + +# Don't ignore this file itself +!.gitignore |