Cleaned up .gitignore
This commit is contained in:
parent
424b74bfcd
commit
f82d3e63fe
|
@ -1,3 +1,7 @@
|
||||||
|
# Please do not add here all kind of intermediate files just by extension.
|
||||||
|
# Try whenever possible to match folder and to try to use
|
||||||
|
# building rules that put all the generated files into separate folders
|
||||||
|
|
||||||
# QTCreator user prefs
|
# QTCreator user prefs
|
||||||
*.user
|
*.user
|
||||||
|
|
||||||
|
@ -10,26 +14,4 @@ release/
|
||||||
|
|
||||||
# Intermediate Files
|
# Intermediate Files
|
||||||
*.bc
|
*.bc
|
||||||
apps/sample/polygonmesh_dual/polygonmesh_base
|
|
||||||
|
|
||||||
*.stash
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_dual/dual_dual.obj
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_dual/dual.obj
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_dual/Makefile
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_dual/plylib.o
|
|
||||||
|
|
||||||
*.o
|
|
||||||
|
|
||||||
*.ply
|
|
||||||
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_optimize/polygonmesh_base
|
|
||||||
|
|
||||||
apps/sample/polygonmesh_optimize/Makefile
|
|
||||||
|
|
||||||
vcg/complex/algorithms/polygonal_algorithmsOLD.h
|
|
||||||
|
|
Loading…
Reference in New Issue