@@ -3,9 +3,9 @@ wscript
# Ignore swap files
*.swp
-# Ignore waf lock file
+# Ignore lock file
.lock-waf_linux2_build
-# Ignore build generated files
+# Ignore build generated files but pbw (compiled app)
/build/*
!/build/*.pbw
@@ -4,7 +4,7 @@ wscript
# Ignore waf lock file
-.lock-waf*
+.lock-waf_linux2_build
# Ignore build generated files
@@ -1,8 +1,11 @@
wscript
-/build/*
-!/build/*.pbw
+# Ignore swap files
+*.swp
.lock-waf*
+
+# Ignore build generated files
+/build/*
+!/build/*.pbw
@@ -4,6 +4,5 @@ wscript
-
@@ -1,7 +1,9 @@
-/build
@@ -1,7 +1,7 @@
+/build
@@ -1,9 +1,7 @@
-# Ignore build generated files, except pbw file
-build/
-#!/build/synocam_home_switch.pbw
@@ -1,8 +1,8 @@
-!/build/synocam_home_switch.pbw
+# Ignore build generated files, except pbw file
+build/
+#!/build/synocam_home_switch.pbw
new file mode 100644
@@ -0,0 +1,9 @@
+wscript
+!/build/synocam_home_switch.pbw
+# Ignore waf lock file
+.lock-waf*