Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
robertxa committed Nov 28, 2023
1 parent 39967e1 commit 5f18781
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# Ignore files:
# Compiled python modules.
**.pyc
**.zip
**.tar.gz
**.rar
**.php
**.xls
**.xlsx
**.XLS
**.plt

# old Files
**.ai
**.dxf
**.txt
**.eml
**.ppt
**.dwg
**.dgn
**.cvx

# Images.
**.jpg
**.JPG
**.png
#**.gif
**.tif
**.ppm
**.dxf
**.bmp
**.pcx
**.PCX
**.NEF

# Therion outputs (avec un/ ou non ?).
**.pdf
**.kml
**.kmz
**.lox
**.log
**.xml
**.html
**.xhtml
**.sql
**.3d
**.3dmf
**.vrml
**.vtk
**.db
**.sql
**.xvi
**.log
**.dat
**.svg

# Therion shp outputs
**.dbf
**.prj
**.shp
**.shx
**.sbx
**.sbn

# LaTeX
**.aux
**.out
**.synctex.gz
**.sbn
**.sbx
**.maf
**.mtc
**.mtc0

# Descriptions
**.rtf
**.RTF
**.doc
**.docx

# GIS
**.xml
**.ovr
**.tiff
**.mxd
**.qgs
**.wpt
**.GPX
**.gpx
**.gpi
**.vrt
**.jp2
**.prn
**.dbf
**.qpj
**.trk
**.jgw
**.lyr
**.aux
**.rrd
**.img
**.xml
**.html
**.gxw
**.ini
**.dir
**.dat
**.nit
**.OO1
**.adf
**.TRO
**.swp
**.sbn
**.sdx


# Autres
**.php
**.error2
**.tar.gz
**.backup

# Folders
**/Docs/
**/OLD/

# Exceptions
!TODO.txt

0 comments on commit 5f18781

Please sign in to comment.