diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-05-02 14:32:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-05-02 14:32:48 -0700 |
commit | ab48873debef25fefac9a22b7a80d2aa742d0d96 (patch) | |
tree | a61deaa5662656288170883cc9908e09b5953e80 /.gitignore | |
download | ia-onion-service-ab48873debef25fefac9a22b7a80d2aa742d0d96.tar.gz ia-onion-service-ab48873debef25fefac9a22b7a80d2aa742d0d96.zip |
init with notes
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 |