diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-13 13:15:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-13 13:15:37 -0700 |
commit | 05cd55d967db507058d996a624e904954b0e4b44 (patch) | |
tree | 8a21ed335381f30eda5f43153fc2f3ccfee1dab8 /.gitignore | |
download | func-diff-geometry-05cd55d967db507058d996a624e904954b0e4b44.tar.gz func-diff-geometry-05cd55d967db507058d996a624e904954b0e4b44.zip |
init repo with gitignore and README
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 |