From ff066b06a82f0ab330dab3ceb2d4b7132727f861 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 10 Jul 2024 14:15:40 +0200 Subject: Initial commit --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..808aaa5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# obj +*.so +*.o +*.a +*.os + +# scons +.sconsign.dblite + +# nix +result* + +# regular target which is not really used +build +bin + +# compile commands +.cache +compile_commands.json + +# default log dumps +log + +# Doc ignores +docs/html +docs/latex +docs/xml -- cgit v1.2.3