77 lines
		
	
	
	
		
			751 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
	
		
			751 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Prerequisites
 | |
| *.d
 | |
| 
 | |
| # Compiled Object files
 | |
| *.slo
 | |
| *.lo
 | |
| *.o
 | |
| *.obj
 | |
| 
 | |
| # Precompiled Headers
 | |
| *.gch
 | |
| *.pch
 | |
| 
 | |
| # Compiled Dynamic libraries
 | |
| *.so
 | |
| *.dylib
 | |
| *.dll
 | |
| 
 | |
| # Fortran module files
 | |
| *.mod
 | |
| *.smod
 | |
| 
 | |
| # Compiled Static libraries
 | |
| *.lai
 | |
| *.la
 | |
| *.a
 | |
| *.lib
 | |
| 
 | |
| # Executables
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # svn:ignore
 | |
| aclocal.m4
 | |
| autom4te.cache
 | |
| config.h
 | |
| config.h.in
 | |
| config.h.in~
 | |
| config.log
 | |
| config.status
 | |
| config.guess
 | |
| config.sub
 | |
| configure
 | |
| depcomp
 | |
| install-sh
 | |
| Makefile
 | |
| Makefile.in
 | |
| missing
 | |
| mkinstalldirs
 | |
| stamp-h1
 | |
| 
 | |
| # Other
 | |
| compile
 | |
| build.log
 | |
| clean.log
 | |
| make.log
 | |
| .previous_build
 | |
| .current_build
 | |
| 
 | |
| # Visual Studio
 | |
| .vs
 | |
| 
 | |
| # Common editor temp/backup files
 | |
| *~
 | |
| *.swp
 | |
| *.tmp
 | |
| *.orig
 | |
| *.rej
 | |
| 
 | |
| # PVS static analysis outputs or ephemerals
 | |
| pvs-*
 | |
| strace_out
 | |
| suppress_base.json
 | |
| 
 | |
| # macOS directory prefs
 | |
| .DS_Store
 |