mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Ignore more generated files (and sort with LANG=C)
This commit is contained in:
parent
d8a37248f1
commit
d9f0cff995
65
.gitignore
vendored
65
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
*-stamp
|
||||
*.*~
|
||||
*~
|
||||
*.autosave
|
||||
*.aux
|
||||
*.bak
|
||||
@ -10,79 +10,96 @@
|
||||
*.orig
|
||||
*.out
|
||||
*.prepare
|
||||
.venv
|
||||
venv
|
||||
*.pyc
|
||||
*.pro.user
|
||||
*.py.temp
|
||||
*.pyc
|
||||
*.sortinc
|
||||
*.stash
|
||||
*.tex
|
||||
*.tmp
|
||||
*.toc
|
||||
*-stamp
|
||||
*~
|
||||
.*.swp
|
||||
.DS_Store
|
||||
.vscode
|
||||
.cache/
|
||||
.gdb_history
|
||||
.idea
|
||||
.kdev4/
|
||||
.project
|
||||
.pydevproject
|
||||
.venv
|
||||
.vscode
|
||||
/CMakeLists.txt.user
|
||||
/CMakeLists.txt.user.*
|
||||
api_doc
|
||||
/build*
|
||||
Makefile
|
||||
Testing/*
|
||||
Thumb.db
|
||||
api_doc
|
||||
compile_commands.json
|
||||
debian/*.debhelper
|
||||
debian/*.substvars
|
||||
debian/qgis.sh
|
||||
desktop.ini
|
||||
doc/INSTALL.tex
|
||||
i18n/*.qm
|
||||
Makefile
|
||||
*.pro.user
|
||||
*.stash
|
||||
ms-windows/*.exe*
|
||||
ms-windows/Installer-Files/postinstall.bat
|
||||
ms-windows/Installer-Files/preremove.bat
|
||||
ms-windows/nsis/
|
||||
ms-windows/osgeo4w/addons/
|
||||
ms-windows/osgeo4w/binary-*
|
||||
ms-windows/osgeo4w/build-*
|
||||
ms-windows/osgeo4w/nsis/
|
||||
ms-windows/osgeo4w/packages-x86/
|
||||
ms-windows/osgeo4w/packages-x86_64/
|
||||
ms-windows/osgeo4w/build-*
|
||||
ms-windows/osgeo4w/unpacked/
|
||||
ms-windows/osgeo4w/untgz/
|
||||
ms-windows/packages/
|
||||
ms-windows/progs/
|
||||
ms-windows/untgz/
|
||||
python/plugins/grassprovider/tests/testdata/directions.tif.aux.xml
|
||||
python/plugins/processing/tests/testdata/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/custom/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/custom/grass7/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/dem.prj
|
||||
python/plugins/processing/tests/testdata/dem.tfw
|
||||
python/plugins/processing/tests/testdata/dem.wld
|
||||
qgis-test.ctest
|
||||
qgis.kdev4
|
||||
qgis.supp
|
||||
qgis-test.ctest
|
||||
qtcreator-build/
|
||||
resources/themes/*/style.qss.auto
|
||||
scripts/astyle.exe
|
||||
scripts/Debug
|
||||
scripts/qgisstyle*
|
||||
scripts/RelWithDebInfo
|
||||
scripts/astyle.exe
|
||||
scripts/qgisstyle*
|
||||
src/core/qgsexpression_texts.cpp
|
||||
tests/testdata/*.aux.xml
|
||||
tests/testdata/cache/
|
||||
tests/testdata/checker360by180.asc.aux.xml
|
||||
tests/testdata/tenbytenraster.asc.aux.xml
|
||||
tests/testdata/control_images/*/*.aux.xml
|
||||
tests/testdata/dPAOWM_styles.db
|
||||
tests/testdata/grass/wgs84/test/.gislock
|
||||
tests/testdata/grass/wgs84/test6/.gislock
|
||||
tests/testdata/grass/wgs84/test7/.gislock
|
||||
tests/testdata/*.aux.xml
|
||||
tests/testdata/landsat-int16-b1.tif.aux.xml
|
||||
tests/testdata/mGuhmd_styles.db
|
||||
tests/testdata/mesh/trap_steady_05_3D.nc.aux.xml
|
||||
tests/testdata/oOQkbL_styles.db
|
||||
tests/testdata/point_clouds/las/cloud.copc.laz
|
||||
tests/testdata/project_translation/points_translation_de_attachments.zip
|
||||
tests/testdata/qgstestproject_relative_path_test.qgs
|
||||
tests/testdata/qgstestproject_relative_path_test_attachments.zip
|
||||
tests/testdata/rKinSs_styles.db
|
||||
tests/testdata/raster/*.aux.xml
|
||||
tests/testdata/raster/band1_byte_noct_epsg4326.tif.aux.xml
|
||||
tests/testdata/raster/band1_float32_noct_epsg4326.tif.aux.xml
|
||||
tests/testdata/raster/band1_int16_noct_epsg4326.tif.aux.xml
|
||||
tests/testdata/raster/band3_float32_noct_epsg4326.tif.aux.xml
|
||||
tests/testdata/raster/band3_int16_noct_epsg4326.tif.aux.xml
|
||||
tests/testdata/control_images/*/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/custom/grass7/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/custom/*.aux.xml
|
||||
python/plugins/processing/tests/testdata/*.aux.xml
|
||||
Thumb.db
|
||||
Testing/*
|
||||
.cache/
|
||||
compile_commands.json
|
||||
tests/testdata/tenbytenraster.asc.aux.xml
|
||||
tests/testdata/test_plugin_path/plugin_started.txt
|
||||
tests/testdata/widget_config.qlr
|
||||
tests/testdata/zip/testtar.tgz.properties
|
||||
venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user