mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
fixed missing build dir
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,5 +10,5 @@ app/android/AndroidManifest.xml
|
|||||||
app/android/res/raw/
|
app/android/res/raw/
|
||||||
compile_flags.txt
|
compile_flags.txt
|
||||||
tags
|
tags
|
||||||
build*
|
build_*
|
||||||
*.bak
|
*.bak
|
||||||
|
|||||||
4
build/.gitignore
vendored
Normal file
4
build/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user