Browse code

agenda sommeil with position and compiling OK

Louis Jonget authored on17/05/2024 11:54:43
Showing1 changed files
... ...
@@ -1,4 +1,4 @@
1
-wscript
1
+# removed ignoring of wscript as needed to compile
2 2
 
3 3
 # Ignore swap files
4 4
 *.swp
Browse code

init v1

Louis Jonget authored on13/05/2024 20:43:46
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+wscript
2
+
3
+# Ignore swap files
4
+*.swp
5
+
6
+# Ignore lock file
7
+.lock-waf_linux2_build
8
+
9
+# Ignore build generated files but pbw (compiled app)
10
+/build/*
11
+!/build/*.pbw