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*