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

103 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-07-17 03:15:17 +01:00
# Compiled Object files #
#########################
2015-03-04 03:12:19 +00:00
*.slo
*.lo
*.o
*.obj
2015-07-17 03:15:17 +01:00
# Editor files #
################
2015-03-04 04:13:07 +00:00
*~
*#
2015-03-04 03:12:19 +00:00
2015-07-17 03:15:17 +01:00
# Precompiled Headers #
#######################
2015-03-04 03:12:19 +00:00
*.gch
*.pch
2015-07-17 03:15:17 +01:00
# Compiled Dynamic libraries #
##############################
2015-03-04 03:12:19 +00:00
*.so
*.dylib
*.dll
2015-07-17 03:15:17 +01:00
# Fortran module files #
########################
2015-03-04 03:12:19 +00:00
*.mod
2015-07-17 03:15:17 +01:00
# Compiled Static libraries #
#############################
2015-03-04 03:12:19 +00:00
*.lai
*.la
*.a
*.lib
2015-07-17 03:15:17 +01:00
# Executables #
###############
2015-03-04 03:12:19 +00:00
*.exe
*.out
*.app
2015-07-17 03:15:17 +01:00
# http://www.gnu.org/software/automake #
########################################
2015-03-04 03:12:19 +00:00
Makefile.in
2015-04-06 11:29:55 +01:00
Makefile
2015-10-27 10:47:07 +00:00
Config.h
2015-12-08 13:52:44 +00:00
Config.h.in
2015-04-06 11:29:55 +01:00
config.log
config.status
.deps
2015-03-04 03:12:19 +00:00
2015-07-17 03:15:17 +01:00
# http://www.gnu.org/software/autoconf #
########################################
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
stamp-h1
config.sub
config.guess
INSTALL
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
2015-06-10 12:26:25 +01:00
Thumbs.db
2015-07-17 03:15:17 +01:00
# build directory #
###################
build/*
# IDE related files #
#####################
*.xcodeproj/*
build.sh