Browse code

fixed untracked files

louis.jonget authored on24/01/2023 10:30:34
Showing1 changed files
... ...
@@ -3,9 +3,9 @@ wscript
3 3
 # Ignore swap files
4 4
 *.swp
5 5
 
6
-# Ignore waf lock file
6
+# Ignore lock file
7 7
 .lock-waf_linux2_build
8 8
 
9
-# Ignore build generated files
9
+# Ignore build generated files but pbw (compiled app)
10 10
 /build/*
11 11
 !/build/*.pbw
Browse code

gitignore lock file

louis.jonget authored on24/01/2023 10:04:29
Showing1 changed files
... ...
@@ -4,7 +4,7 @@ wscript
4 4
 *.swp
5 5
 
6 6
 # Ignore waf lock file
7
-.lock-waf*
7
+.lock-waf_linux2_build
8 8
 
9 9
 # Ignore build generated files
10 10
 /build/*
Browse code

gitignore

louis.jonget authored on24/01/2023 10:02:46
Showing1 changed files
... ...
@@ -1,8 +1,11 @@
1 1
 wscript
2 2
 
3
-# Ignore build generated files
4
-/build/*
5
-!/build/*.pbw
3
+# Ignore swap files
4
+*.swp
6 5
 
7 6
 # Ignore waf lock file
8 7
 .lock-waf*
8
+
9
+# Ignore build generated files
10
+/build/*
11
+!/build/*.pbw
Browse code

statusbar with bigger clock

Louis authored on17/12/2018 23:13:45
Showing1 changed files
... ...
@@ -4,6 +4,5 @@ wscript
4 4
 /build/*
5 5
 !/build/*.pbw
6 6
 
7
-
8 7
 # Ignore waf lock file
9 8
 .lock-waf*
Browse code

gitignore update

Louis authored on17/12/2018 23:08:35
Showing1 changed files
... ...
@@ -1,7 +1,9 @@
1 1
 wscript
2 2
 
3 3
 # Ignore build generated files
4
-/build
4
+/build/*
5
+!/build/*.pbw
6
+
5 7
 
6 8
 # Ignore waf lock file
7 9
 .lock-waf*
Louis authored on17/12/2018 23:06:28
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 wscript
2 2
 
3 3
 # Ignore build generated files
4
-/build/*
4
+/build
5 5
 
6 6
 # Ignore waf lock file
7 7
 .lock-waf*
Browse code

gitignore

Louis authored on17/12/2018 22:59:29
Showing1 changed files
... ...
@@ -1,9 +1,7 @@
1 1
 wscript
2 2
 
3
-# Ignore build generated files, except pbw file
4
-build/
5
-#!/build/synocam_home_switch.pbw
3
+# Ignore build generated files
4
+/build/*
6 5
 
7 6
 # Ignore waf lock file
8 7
 .lock-waf*
9
-
Browse code

gitignore update

Louis authored on17/12/2018 22:49:49
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 wscript
2 2
 
3
-# Ignore build generated files
4
-/build/*
5
-!/build/synocam_home_switch.pbw
3
+# Ignore build generated files, except pbw file
4
+build/
5
+#!/build/synocam_home_switch.pbw
6 6
 
7 7
 # Ignore waf lock file
8 8
 .lock-waf*
Browse code

statusbar with time

Louis authored on27/11/2018 00:21:26
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+wscript
2
+
3
+# Ignore build generated files
4
+/build/*
5
+!/build/synocam_home_switch.pbw
6
+
7
+# Ignore waf lock file
8
+.lock-waf*
9
+