Update gitignore file to exclude build directories and object files.
This commit is contained in:
parent
d55bc2d0d4
commit
ebd497ac9c
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
*.pdf
|
*.pdf
|
||||||
/docs/research/
|
/docs/research/
|
||||||
|
/build/
|
||||||
|
*.o
|
||||||
|
*.out
|
||||||
|
|||||||
Reference in New Issue
Block a user