diff options
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,11 @@ +## .gitignore + +*~ +*.swp + +### C {{{ +## generated by github + # Object files *.o *.ko @@ -21,3 +29,4 @@ *.i*86 *.x86_64 *.hex +### C }}} @@ -2,3 +2,6 @@ dotfiles ======== Aly personal/collected dotfiles ~~~ + +Distributed under MIT License. + |