summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-01 12:38:54 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-01 12:38:54 +0200
commit5d8cd1d06c7faf0d30f17578ea4a29df006f3d9e (patch)
tree9430fb3314fcb0717537fca1678193928f21c0c7 /.gitignore
Initial run and record commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
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