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