| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- # Compiled Object files
 
- *.slo
 
- *.lo
 
- *.o
 
- *.obj
 
- # 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
 
- # Binary
 
- *.bin
 
- # Temp
 
- *~
 
- oprofiletmp
 
- callgrind
 
- oprofile_data
 
- out.dot
 
- cov-int*
 
- cov-int
 
- build*
 
- .ipynb_checkpoints
 
- tests/python/field.txt
 
 
  |