From 6dbae0c34040a41f7f00fb3e7d04074b5625b2ae Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 4 Aug 2024 21:59:14 -0500 Subject: Initial commit Signed-off-by: Danny Holman --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78e4e10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Normal rules +.* +*.a +*.bin +*.bz2 +*.c.* +*.d +*.dll +*.dwo +*.elf +*.exe +*.gz +*.i +*.ll +*.lst +*.lzma +*.lzo +*.o +*.o.* +*.patch +*.so +*.tar +*.xz +*.zstd + +# Don't ignore these +!.gitattributes +!.gitignore + +# ctags/cscope files +cscope.* +ncscope.* +tags +TAGS -- cgit v1.2.3