summaryrefslogblamecommitdiff
path: root/.gitignore
blob: e2f485ab92448896310e329e4f5f25db94120825 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
                
                
                       

                             
            
     
    
  
         
     


                                                            
                
                   
                    
                 
     
     

         
   
   
      
                           
           

         
      




               


              
             
/db
/var/spack/stage
/var/spack/cache
/var/spack/environments
/var/spack/repos/*/index.yaml
/var/spack/repos/*/lock
__pycache__/
*.pyc
/opt
*~
.DS_Store
.idea
# Ignore everything in /etc/spack except /etc/spack/defaults
/etc/spack/*
!/etc/spack/defaults
/etc/spackconfig
/share/spack/dotkit
/share/spack/modules
/share/spack/lmod
/TAGS
*.swp
/htmlcov
.coverage
\#*
.#*
.cache
lib/spack/spack/test/.cache
/bin/spackc
*.in.log
*.out.log
*.orig

# Eclipse files
.project
.cproject
.pydevproject

# VSCode files
.vscode
.devcontainer