diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-12-18 16:47:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-12-18 16:47:38 -0800 |
commit | 6f60f99bbf4b18f2576fb2a021b1ec93f084f651 (patch) | |
tree | 5bf053f95a5a20efa5f703481358e632a6174b89 /.gitignore | |
download | sqlite-notebook-6f60f99bbf4b18f2576fb2a021b1ec93f084f651.tar.gz sqlite-notebook-6f60f99bbf4b18f2576fb2a021b1ec93f084f651.zip |
init repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a4762 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |