Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1
-# Ignore everything
2
-build/*
3
-build/.*
4
-.lock-waf_linux2_build
5
-
6
-# but pbw built
7
-!build/bike_companion.pbw
1
+# Ignore everything
2
+build/*
3
+build/.*
4
+.lock-waf_linux2_build
5
+
6
+# but pbw built
7
+!build/bike_companion.pbw
Browse code

small updates

louis.jonget authored on03/10/2022 16:35:05
Showing1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 # Ignore everything
2 2
 build/*
3 3
 build/.*
4
+.lock-waf_linux2_build
4 5
 
5 6
 # but pbw built
6
-!build/bike_companion.pbw
7 7
\ No newline at end of file
8
+!build/bike_companion.pbw
Browse code

gitignore hidden files

Louis authored on02/10/2022 21:28:58
Showing1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 # Ignore everything
2 2
 build/*
3
+build/.*
3 4
 
4 5
 # but pbw built
5 6
 !build/bike_companion.pbw
6 7
\ No newline at end of file
Browse code

adding gitignore for build folder

Louis authored on02/10/2022 21:28:24
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+# Ignore everything
2
+build/*
3
+
4
+# but pbw built
5
+!build/bike_companion.pbw
0 6
\ No newline at end of file