diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-09-30 13:07:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-09-30 13:12:21 -0400 |
commit | 45e96028ce7696381aca7f155c21b0b718b6a610 (patch) | |
tree | eefcf5737cffc0d457bc433cd41ba21579076ff2 /.gitignore |
sdp, abstract objects, a start
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
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] |