diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-09-27 00:22:56 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-09-27 00:22:56 -0700 |
commit | 7783a0feedd3a20c24a99089f7682f240f0a7b65 (patch) | |
tree | 8ee58eb30f33bce5f3092e0440b0be519ddae591 /.gitignore | |
download | einhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.tar.gz einhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.zip |
init repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60872ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +doc/*.html +doc/*.1 +doc/*.roff +target + +*.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 |