diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-27 23:31:25 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-27 23:31:25 -0700 |
commit | 5646191ad51da501a5929390c4ecce90559335fb (patch) | |
tree | e0cdefd21bb8708ad2528612f62c115748e6640c /.gitignore | |
parent | 124c8964eb81705d0924295e63866370e9c16ede (diff) | |
download | librambutan-5646191ad51da501a5929390c4ecce90559335fb.tar.gz librambutan-5646191ad51da501a5929390c4ecce90559335fb.zip |
gitignore: doxygen_sqlite3.db and self-reference
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 |