Updated hgignore.
--HG-- branch : develop
This commit is contained in:
parent
643b84e159
commit
392548f444
65
.hgignore
65
.hgignore
|
@ -5,6 +5,12 @@ syntax: glob
|
||||||
# Backup files left behind by the Emacs editor.
|
# Backup files left behind by the Emacs editor.
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
# KDE directory preferences
|
||||||
|
.directory
|
||||||
|
|
||||||
|
# Linux trash folder which might appear on any partition or disk
|
||||||
|
.Trash-*
|
||||||
|
|
||||||
# Lock files used by the Emacs editor.
|
# Lock files used by the Emacs editor.
|
||||||
# Notice that the "#" character is quoted with a backslash.
|
# Notice that the "#" character is quoted with a backslash.
|
||||||
# This prevents it from being interpreted as starting a comment.
|
# This prevents it from being interpreted as starting a comment.
|
||||||
|
@ -17,7 +23,7 @@ syntax: glob
|
||||||
.DS_Store
|
.DS_Store
|
||||||
._.DS_Store
|
._.DS_Store
|
||||||
|
|
||||||
# Ignore this directory.
|
# Ignore these directories.
|
||||||
html/
|
html/
|
||||||
latex/
|
latex/
|
||||||
bin/
|
bin/
|
||||||
|
@ -36,6 +42,8 @@ cov-int/
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
*.ko
|
||||||
|
*.elf
|
||||||
|
|
||||||
# Precompiled Headers
|
# Precompiled Headers
|
||||||
*.gch
|
*.gch
|
||||||
|
@ -45,6 +53,7 @@ cov-int/
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
|
*.so.*
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
|
@ -54,11 +63,18 @@ cov-int/
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
|
*.lo
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
*.hex
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
|
||||||
# Qt-es
|
# Qt-es
|
||||||
/.qmake.cache
|
/.qmake.cache
|
||||||
|
@ -72,7 +88,7 @@ ui_*.h
|
||||||
Makefile*
|
Makefile*
|
||||||
*-build-*
|
*-build-*
|
||||||
|
|
||||||
# Ignore Qt translation file .
|
# Ignore Qt translation file
|
||||||
*.qm
|
*.qm
|
||||||
|
|
||||||
# QtCreator
|
# QtCreator
|
||||||
|
@ -89,3 +105,48 @@ Makefile*
|
||||||
|
|
||||||
# Xcode project
|
# Xcode project
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
|
|
||||||
|
# OSX specific
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Windows Installer files
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# Windows shortcuts
|
||||||
|
*.lnk
|
||||||
|
|
Loading…
Reference in New Issue
Block a user