mirror of https://github.com/CGAL/cgal
Organize our .gitignore file
I have classified the various patterns to be ignored, at the end of the files, with comments.
This commit is contained in:
parent
6942607c41
commit
a53eb870c0
|
|
@ -1,4 +1,4 @@
|
||||||
/*build
|
/*build*
|
||||||
AABB_tree/demo/AABB_tree/AABB_demo
|
AABB_tree/demo/AABB_tree/AABB_demo
|
||||||
AABB_tree/demo/AABB_tree/CMakeLists.txt
|
AABB_tree/demo/AABB_tree/CMakeLists.txt
|
||||||
AABB_tree/demo/AABB_tree/Makefile
|
AABB_tree/demo/AABB_tree/Makefile
|
||||||
|
|
@ -142,7 +142,6 @@ Circular_kernel_3/test/Circular_kernel_3/test_Lazy_spherical_kernel_basics
|
||||||
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel
|
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel
|
||||||
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_basics
|
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_basics
|
||||||
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_with_core
|
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_with_core
|
||||||
Distance_3/include
|
|
||||||
Documentation/log/*.*
|
Documentation/log/*.*
|
||||||
Documentation/output
|
Documentation/output
|
||||||
Documentation/tags/*.*
|
Documentation/tags/*.*
|
||||||
|
|
@ -212,6 +211,7 @@ Installation/auxiliary/gdb/python/CGAL/printers.pyc
|
||||||
Installation/auxiliary/gdb/test
|
Installation/auxiliary/gdb/test
|
||||||
Installation/cmake/modules/*.tmp
|
Installation/cmake/modules/*.tmp
|
||||||
Installation/test/Installation/cgal_test
|
Installation/test/Installation/cgal_test
|
||||||
|
/Installation/test/Installation/cgal_test_with_cmake
|
||||||
Installation/test/Installation/deprecation_warning
|
Installation/test/Installation/deprecation_warning
|
||||||
Interpolation/demo/Interpolation/cgal_test_with_cmake
|
Interpolation/demo/Interpolation/cgal_test_with_cmake
|
||||||
Intersections_2/test/Intersections_2/CMakeLists.txt
|
Intersections_2/test/Intersections_2/CMakeLists.txt
|
||||||
|
|
@ -336,7 +336,7 @@ Mesh_2/demo/Mesh_2/semantic.cache
|
||||||
Mesh_2/doc_html
|
Mesh_2/doc_html
|
||||||
Mesh_2/doc_pdf
|
Mesh_2/doc_pdf
|
||||||
Mesh_2/doc_ps
|
Mesh_2/doc_ps
|
||||||
Mesh_2/doc_tex/**.aux
|
Mesh_2/doc_tex/*.aux
|
||||||
Mesh_2/doc_tex/*.blg
|
Mesh_2/doc_tex/*.blg
|
||||||
Mesh_2/doc_tex/*.cb
|
Mesh_2/doc_tex/*.cb
|
||||||
Mesh_2/doc_tex/*.cgallog
|
Mesh_2/doc_tex/*.cgallog
|
||||||
|
|
@ -982,7 +982,6 @@ Surface_mesher/examples/Surface_mesher/sphere_union-before.mesh
|
||||||
Surface_mesher/examples/Surface_mesher/sphere_union.mesh
|
Surface_mesher/examples/Surface_mesher/sphere_union.mesh
|
||||||
Surface_mesher/examples/Surface_mesher/sphere_union.off
|
Surface_mesher/examples/Surface_mesher/sphere_union.off
|
||||||
Surface_mesher/examples/Surface_mesher/test_imageio
|
Surface_mesher/examples/Surface_mesher/test_imageio
|
||||||
Surface_mesher/include/CGAL/Mesh_3
|
|
||||||
Surface_mesher/test/Surface_mesher/.*.deps
|
Surface_mesher/test/Surface_mesher/.*.deps
|
||||||
Surface_mesher/test/Surface_mesher/combined_spheres
|
Surface_mesher/test/Surface_mesher/combined_spheres
|
||||||
Surface_mesher/test/Surface_mesher/implicit_surface_mesher_test
|
Surface_mesher/test/Surface_mesher/implicit_surface_mesher_test
|
||||||
|
|
@ -1108,13 +1107,26 @@ Triangulation_3/test/Triangulation_3/test_static_filters
|
||||||
Triangulation_3/test/Triangulation_3/test_triangulation_3
|
Triangulation_3/test/Triangulation_3/test_triangulation_3
|
||||||
Triangulation_3/test/Triangulation_3/test_triangulation_tds
|
Triangulation_3/test/Triangulation_3/test_triangulation_tds
|
||||||
Triangulation_3/test/Triangulation_3/test_triangulation_tds_3
|
Triangulation_3/test/Triangulation_3/test_triangulation_tds_3
|
||||||
/build*
|
|
||||||
|
## GLOBAL EXCLUSION PATTERNS ##
|
||||||
|
|
||||||
|
# CMake auxiliary files:
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
cgal_test_with_cmake.log
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
cmake_install.cmake
|
||||||
|
|
||||||
|
# Editors' automatic backups
|
||||||
*.bak
|
*.bak
|
||||||
*.bk?
|
*.bk?
|
||||||
*.old
|
.*~
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
|
||||||
|
# MacOS file http://en.wikipedia.org/wiki/.DS_Store(
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Binaries:
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
|
@ -1123,11 +1135,15 @@ cgal_test_with_cmake.log
|
||||||
*.exe
|
*.exe
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
|
|
||||||
|
# Sub-directories used by Visual Studio to put binaries:
|
||||||
debug
|
debug
|
||||||
release
|
release
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
x64
|
x64
|
||||||
|
|
||||||
|
# LaTeX and CGAL manual tools things:
|
||||||
*.blg
|
*.blg
|
||||||
*.cgallog
|
*.cgallog
|
||||||
*.aux
|
*.aux
|
||||||
|
|
@ -1137,57 +1153,57 @@ x64
|
||||||
*.ilg
|
*.ilg
|
||||||
*.pdflg
|
*.pdflg
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
*.toc
|
*.toc
|
||||||
*.cgallog.tmp*
|
*.cgallog.tmp*
|
||||||
*.inc
|
*.inc
|
||||||
*.dvi
|
*.dvi
|
||||||
*.mtc*
|
*.mtc*
|
||||||
*.idx
|
*.idx
|
||||||
|
*.cpp.noheader
|
||||||
|
*.h.noheader
|
||||||
|
*.h.filename
|
||||||
|
*.cpp.filename
|
||||||
|
|
||||||
|
# LaTeX documentation products:
|
||||||
|
doc_ps
|
||||||
|
doc_html
|
||||||
|
doc_pdf
|
||||||
|
|
||||||
|
# Testsuite things:
|
||||||
ProgramOutput*
|
ProgramOutput*
|
||||||
ErrorOutput*
|
ErrorOutput*
|
||||||
CompilerOutput*
|
CompilerOutput*
|
||||||
error.txt
|
error.txt
|
||||||
*.ncb
|
cgal_test_with_cmake.log
|
||||||
*.suo
|
|
||||||
contents.obv
|
# File created by the Semantic Bovinator (an Emacs package)
|
||||||
.xvpics
|
|
||||||
semantic.cache
|
semantic.cache
|
||||||
doc_ps
|
|
||||||
doc_html
|
|
||||||
doc_pdf
|
# Files produced by a Qt compilation/execution
|
||||||
*.moc
|
|
||||||
.*~
|
|
||||||
*~
|
|
||||||
.#*
|
|
||||||
*.user
|
|
||||||
*.aps
|
|
||||||
doc_doxygen
|
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
*.qrc.depends
|
|
||||||
cmake_install.cmake
|
|
||||||
Doxyfile
|
|
||||||
*.dir
|
|
||||||
gmon.*
|
|
||||||
.qglviewer.xml
|
.qglviewer.xml
|
||||||
|
*.moc
|
||||||
*.moc_parameters
|
*.moc_parameters
|
||||||
*.cpp_parameters
|
*.cpp_parameters
|
||||||
*_moc.cpp
|
*_moc.cpp
|
||||||
ui_*.h
|
ui_*.h
|
||||||
qrc_*.cxx
|
qrc_*.cxx
|
||||||
*.sbr
|
*.qrc.depends
|
||||||
|
|
||||||
|
# Emacs file
|
||||||
.dir-locals.el
|
.dir-locals.el
|
||||||
|
|
||||||
|
# We do not want those files
|
||||||
|
*.old
|
||||||
*.tmp
|
*.tmp
|
||||||
|
Makefile
|
||||||
|
.scm-urls
|
||||||
|
|
||||||
|
# Visual Studio produced file:
|
||||||
|
*.user
|
||||||
*.ilk
|
*.ilk
|
||||||
*.pdb
|
*.pdb
|
||||||
*.exe.*
|
*.exe.*
|
||||||
Makefile
|
|
||||||
*.cpp.noheader
|
|
||||||
*.h.noheader
|
|
||||||
*.h.filename
|
|
||||||
*.cpp.filename
|
|
||||||
.scm-urls
|
|
||||||
*.exp
|
*.exp
|
||||||
*.resource.txt
|
*.resource.txt
|
||||||
*.manifest
|
*.manifest
|
||||||
|
|
@ -1195,3 +1211,20 @@ Makefile
|
||||||
*.vcproj
|
*.vcproj
|
||||||
*.sln
|
*.sln
|
||||||
*.depends
|
*.depends
|
||||||
|
|
||||||
|
# The rest: "various" things that I do not know how to classify
|
||||||
|
# -- Laurent Rineau, 2013/01/11
|
||||||
|
*.ncb
|
||||||
|
*.suo
|
||||||
|
contents.obv
|
||||||
|
.xvpics
|
||||||
|
*.sbr
|
||||||
|
*.aps
|
||||||
|
doc_doxygen
|
||||||
|
Doxyfile
|
||||||
|
*.dir
|
||||||
|
gmon.*
|
||||||
|
|
||||||
|
|
||||||
|
# TODO:
|
||||||
|
# remove everything about /doc_tex once LaTeX is not longer supported
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue