1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/.gitignore

49 lines
471 B
Plaintext
Raw Normal View History

2015-03-04 03:12:19 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
2015-03-04 04:13:07 +00:00
*~
2015-03-04 04:53:40 +00:00
errs
2015-03-04 03:12:19 +00:00
# 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
2015-04-06 11:29:55 +01:00
Makefile
config.log
config.status
.deps
2015-03-04 03:12:19 +00:00
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1