mirror of https://github.com/CGAL/cgal
New file: global gitignore file, to use with
git config core.excludesfile ./Maintenance/git/global-gitignore
This commit is contained in:
parent
6c9e66f1d5
commit
4413cdb5c3
|
|
@ -0,0 +1,84 @@
|
|||
*.bak
|
||||
*.bk?
|
||||
*.old
|
||||
.DS_Store
|
||||
*.a
|
||||
*.o
|
||||
*.lib
|
||||
*.dll
|
||||
*.exe
|
||||
*.so
|
||||
*.so.*
|
||||
debug
|
||||
release
|
||||
Debug
|
||||
Release
|
||||
x64
|
||||
*.blg
|
||||
*.cgallog
|
||||
*.aux
|
||||
*.maf
|
||||
*.hax
|
||||
*.hlg
|
||||
*.ilg
|
||||
*.pdflg
|
||||
*.log
|
||||
|
||||
*.toc
|
||||
*.cgallog.tmp*
|
||||
*.inc
|
||||
*.dvi
|
||||
*.mtc*
|
||||
*.idx
|
||||
ProgramOutput*
|
||||
ErrorOutput*
|
||||
CompilerOutput*
|
||||
error.txt
|
||||
*.ncb
|
||||
*.suo
|
||||
contents.obv
|
||||
.xvpics
|
||||
semantic.cache
|
||||
doc_ps
|
||||
doc_html
|
||||
doc_pdf
|
||||
*.moc
|
||||
.*~
|
||||
*~
|
||||
.#*
|
||||
*.user
|
||||
*.aps
|
||||
doc_doxygen
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
Doxyfile
|
||||
*.dir
|
||||
ALL_BUILD.vcproj
|
||||
ZERO_CHECK.vcproj
|
||||
gmon.*
|
||||
.qglviewer.xml
|
||||
*.moc_parameters
|
||||
*.cpp_parameters
|
||||
*_moc.cpp
|
||||
ui_*.h
|
||||
qrc_*.cxx
|
||||
*.sbr
|
||||
.dir-locals.el
|
||||
*.tmp
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.exe.*
|
||||
Makefile
|
||||
*.cpp.noheader
|
||||
*.h.noheader
|
||||
*.h.filename
|
||||
*.cpp.filename
|
||||
.scm-urls
|
||||
*.exp
|
||||
*.resource.txt
|
||||
*.manifest
|
||||
*.manifest.res
|
||||
*.vcproj
|
||||
*.sln
|
||||
*.depends
|
||||
Loading…
Reference in New Issue