Browse code

start ignoring lock file

Louis authored on12/12/2022 18:43:48
Showing1 changed files
... ...
@@ -2,6 +2,7 @@
2 2
 build/*
3 3
 build/.*
4 4
 build/.lock-waf_linux2_build
5
+.lock-waf_linux2_build
5 6
 
6 7
 # but pbw built
7 8
 !build/Pebble-Watchface-Day-and-Night-Earth-Connection-master.pbw
Browse code

gitignore implemented

Louis authored on12/12/2022 18:39:44
Showing1 changed files
... ...
@@ -4,4 +4,4 @@ build/.*
4 4
 build/.lock-waf_linux2_build
5 5
 
6 6
 # but pbw built
7
-!build/bike_companion.pbw
7
+!build/Pebble-Watchface-Day-and-Night-Earth-Connection-master.pbw
Browse code

gitignore modification

Louis authored on12/12/2022 18:33:47
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 # Ignore everything
2 2
 build/*
3 3
 build/.*
4
-.lock-waf_linux2_build
4
+build/.lock-waf_linux2_build
5 5
 
6 6
 # but pbw built
7 7
 !build/bike_companion.pbw
Browse code

gitignore added

Louis authored on12/12/2022 18:31:29
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+# Ignore everything
2
+build/*
3
+build/.*
4
+.lock-waf_linux2_build
5
+
6
+# but pbw built
7
+!build/bike_companion.pbw