mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 20:14:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			118 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			118 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Compiled Object files #
 | |
| #########################
 | |
| *.slo
 | |
| *.lo
 | |
| *.o
 | |
| *.obj
 | |
| 
 | |
| # Editor files #
 | |
| ################
 | |
| *~
 | |
| *#
 | |
| *.sublime-*
 | |
| 
 | |
| # Precompiled Headers #
 | |
| #######################
 | |
| *.gch
 | |
| *.pch
 | |
| 
 | |
| # Compiled Dynamic libraries #
 | |
| ##############################
 | |
| *.so
 | |
| *.dylib
 | |
| *.dll
 | |
| 
 | |
| # Fortran module files #
 | |
| ########################
 | |
| *.mod
 | |
| 
 | |
| # Compiled Static libraries #
 | |
| #############################
 | |
| *.lai
 | |
| *.la
 | |
| *.a
 | |
| *.lib
 | |
| 
 | |
| # Executables #
 | |
| ###############
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # http://www.gnu.org/software/automake #
 | |
| ########################################
 | |
| Makefile.in
 | |
| Makefile
 | |
| Config.h
 | |
| Config.h.in
 | |
| config.log
 | |
| config.status
 | |
| .deps
 | |
| Make.inc
 | |
| eigen.inc
 | |
| Eigen.inc
 | |
| 
 | |
| # http://www.gnu.org/software/autoconf #
 | |
| ########################################
 | |
| autom4te.cache
 | |
| aclocal.m4
 | |
| compile
 | |
| configure
 | |
| depcomp
 | |
| install-sh
 | |
| missing
 | |
| stamp-h1
 | |
| config.sub
 | |
| config.guess
 | |
| INSTALL
 | |
| .dirstamp
 | |
| ltmain.sh
 | |
|  
 | |
| # Logs and databases #
 | |
| ######################
 | |
| *.log
 | |
| *.sql
 | |
| *.sqlite
 | |
|  
 | |
| # OS generated files #
 | |
| ######################
 | |
| .DS_Store
 | |
| .DS_Store?
 | |
| ._*
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| ehthumbs.db
 | |
| Thumbs.db
 | |
| .dirstamp
 | |
| 
 | |
| # build directory #
 | |
| ###################
 | |
| build*/*
 | |
| 
 | |
| # IDE related files #
 | |
| #####################
 | |
| *.xcodeproj/*
 | |
| build.sh
 | |
| .vscode
 | |
| *.code-workspace
 | |
| 
 | |
| # Eigen source #
 | |
| ################
 | |
| Grid/Eigen
 | |
| Eigen/*
 | |
| 
 | |
| # libtool macros #
 | |
| ##################
 | |
| m4/lt*
 | |
| m4/libtool.m4
 | |
| 
 | |
| # github pages #
 | |
| ################
 | |
| gh-pages/
 | |
| 
 | |
| # generated sources #
 | |
| #####################
 | |
| Grid/qcd/spin/gamma-gen/*.h
 | |
| Grid/qcd/spin/gamma-gen/*.cc
 | |
| Grid/util/Version.h
 |