diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-28 02:59:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-28 02:59:23 -0700 |
commit | a5b0e918f886bb7977453a4b2a02b7643916cf89 (patch) | |
tree | b20271a92f23bcea264d3af06511c18234a7bd53 /.gitignore | |
download | aft-a5b0e918f886bb7977453a4b2a02b7643916cf89.tar.gz aft-a5b0e918f886bb7977453a4b2a02b7643916cf89.zip |
init repo with 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 |