diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-02-28 12:00:11 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-02-28 12:00:11 -0800 |
commit | b5f283913367d28578ad403b850e3a5c2e380887 (patch) | |
tree | 0cd00c432248d1df50345ccb6951bb06ecf4be7b | |
download | arabesque-b5f283913367d28578ad403b850e3a5c2e380887.tar.gz arabesque-b5f283913367d28578ad403b850e3a5c2e380887.zip |
init repo with 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 |