https://github.com/geodynamics/citcoms
Revision fd2b0d677451c43e09672b7b095f6f08413e0f50 authored by CIG Backend on 11 October 2013, 16:35:38 UTC, committed by CIG Backend on 11 October 2013, 16:35:38 UTC
1 parent 754dc95
Raw File
Tip revision: fd2b0d677451c43e09672b7b095f6f08413e0f50 authored by CIG Backend on 11 October 2013, 16:35:38 UTC
Update gitignore
Tip revision: fd2b0d6
.gitignore
# ignore svn externals
.svn

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top