summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-04-18 18:34:29 +0200
committerClaudius Holeksa <mail@keldu.de>2023-04-18 18:34:29 +0200
commitc4033b8c2028efeb9bac236e6b279bdcd8efec34 (patch)
treefa5a336d0870240604e9037c37e63414764be7e1 /.gitignore
First commit to restructure the forstio repo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8e3ab66
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# obj
+*.so
+*.o
+*.a
+*.os
+
+# scons
+.sconsign.dblite
+
+# nix
+result
+
+# regular target which is not really used
+build