diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 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 }}} |