From 7783a0feedd3a20c24a99089f7682f240f0a7b65 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 27 Sep 2016 00:22:56 -0700 Subject: init repo --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3