forked from comp-chem/NWChem-C
115 lines
1.3 KiB
Text
115 lines
1.3 KiB
Text
.vscode
|
|
bin/
|
|
build/
|
|
include/
|
|
lib/
|
|
|
|
### C ###
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.o
|
|
*.ko
|
|
*.elf
|
|
*.obj
|
|
*.slo
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
*.lai
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out # output files
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.smod
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
### CUDA ###
|
|
*.i
|
|
*.ii
|
|
*.gpu
|
|
*.ptx
|
|
*.cubin
|
|
*.fatbin
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
### VS Code ###
|
|
.vscode
|
|
|
|
# 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*
|
|
|
|
### Windows ###
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# End of https://www.gitignore.io/api/c,cuda,linux,windows
|
|
|
|
# debris created in nwchem compilations
|
|
include_stamp
|
|
dependencies
|
|
# End of debris created in nwchem compilations
|