123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- # duma specific
- duma_config.h
- verinfo.h
- build
- build_gcc*
- ### C ###
- # Prerequisites
- *.d
- # Object files
- *.o
- *.ko
- *.obj
- *.elf
- # Linker output
- *.ilk
- *.map
- *.exp
- # Precompiled Headers
- *.gch
- *.pch
- # Libraries
- *.lib
- *.a
- *.la
- *.lo
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
- # Debug files
- *.dSYM/
- *.su
- *.idb
- *.pdb
- # Kernel Module Compile Results
- *.mod*
- *.cmd
- .tmp_versions/
- modules.order
- Module.symvers
- Mkfile.old
- dkms.conf
- ### C++ ###
- # Prerequisites
- # Compiled Object files
- *.slo
- # Precompiled Headers
- # Compiled Dynamic libraries
- # Fortran module files
- *.mod
- *.smod
- # Compiled Static libraries
- *.lai
- # Executables
- ### CVS ###
- /CVS/*
- **/CVS/*
- .cvsignore
- */.cvsignore
- *,v
- ### Git ###
- # Created by git for backups. To disable backups in Git:
- # $ git config --global mergetool.keepBackup false
- *.orig
- # Created by git when using merge tools for conflicts
- *.BACKUP.*
- *.BASE.*
- *.LOCAL.*
- *.REMOTE.*
- *_BACKUP_*.txt
- *_BASE_*.txt
- *_LOCAL_*.txt
- *_REMOTE_*.txt
- ### Linux ###
- *~
- # temporary files which can be created if a process still has a handle open of a deleted file
- .fuse_hidden*
- # KDE directory preferences
- .directory
- # Linux trash folder which might appear on any partition or disk
- .Trash-*
- # .nfs files are created when an open file is removed but is still being accessed
- .nfs*
- ### macOS ###
- # General
- .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
- .com.apple.timemachine.donotpresent
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- ### Vim ###
- [._]*.s[a-v][a-z]
- !*.svg # comment out if you don't need vector files
- [._]*.sw[a-p]
- [._]s[a-rt-v][a-z]
- [._]ss[a-gi-z]
- [._]sw[a-p]
- # Session
- Session.vim
- Sessionx.vim
- # Temporary
- .netrwhist
- # Auto-generated tag files
- tags
- # Persistent undo
- [._]*.un~
- ### VisualStudioCode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- *.code-workspace
- .history
- # The following have been imported from .cvsignore
- *.ncb
- *.opt
- *.plg
- # Ignore .rej from patch
- *.rej
- # No longer ignoring the following (2020-08-25)
- #createconf
- #eftest
- #tstheap
|