From 45e96028ce7696381aca7f155c21b0b718b6a610 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 30 Sep 2015 13:07:43 -0400 Subject: sdp, abstract objects, a start --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ead1bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# git ls-files --others --exclude-from=.git/info/exclude +* +!.gitignore +!*.d +!*.rl +!*.org +!*.ss[tmi] +!README +*_.d +*_.rl +!**/ +**/scratch +**/.#* +#*~ +#\#* +#*.\#* +#*_.rl +#*.rl_ +#*.rb +#*.[o] +#*.[^d] +#*.[^s][^s][^tmi] +#[^/a-z]*[^.][^d] +#*[^.][^d] -- cgit v1.2.3