diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-22 21:32:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-22 21:32:11 -0700 |
commit | d4a287d4fc72bd68d41a7add042ae064bae4aa75 (patch) | |
tree | e6edc4c6f0f9a328c63a9500bae35c7556cc1c81 | |
parent | 4ce751f000285bc97adef27bab0873ae2690859e (diff) | |
download | fatcat-d4a287d4fc72bd68d41a7add042ae064bae4aa75.tar.gz fatcat-d4a287d4fc72bd68d41a7add042ae064bae4aa75.zip |
ignore sqlite databases
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,6 @@ +*.sqlite +*.sqlite3 + *.o *.a *.pyc @@ -12,9 +15,6 @@ *.bak [Tt]humbs.db *.DS_Store -build/ -_build/ -src/build/ *.log # Don't ignore this file itself |