KuangDW commited on
Commit
a725ed6
·
1 Parent(s): 7bc4577

Update .gitignore to exclude binary files

Browse files
Files changed (1) hide show
  1. .gitignore +8 -0
.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ *.o
2
+ *.a
3
+ *.so
4
+ *.pyc
5
+ /build/
6
+ /laser/tools-external/**/build/
7
+ /laser/tools-external/**/**/*.o
8
+ /laser/tools-external/**/**/*.a