diff options
-rw-r--r-- | .gitignore | 37 |
1 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,38 @@ +# Normal rules +.* +*.a +*.bin +*.bz2 +*.c.* *.d +*.dwo +*.elf +*.gz +*.i +*.ll +*.lst +*.lzma +*.lzo *.o -vmbox +*.o.* +*.patch +*.so +*.tar +*.xz +*.zst + +# Top-level files +/vmbox + +# Don't ignore these! +!.gitattributes +!.gitignore + +# ctags/cscope files +cscope.* +ncscope.* +tags +TAGS + +# Generated documentation +/doc/output |