https://github.com/geodynamics/citcoms
Revision 5ab9dda14f38cf513b9da8b4a08fe78a4f8853e0 authored by Eh Tan on 01 May 2009, 22:14:29 UTC, committed by Eh Tan on 01 May 2009, 22:14:29 UTC
1 parent b215c86
Raw File
Tip revision: 5ab9dda14f38cf513b9da8b4a08fe78a4f8853e0 authored by Eh Tan on 01 May 2009, 22:14:29 UTC
ignore anything after ';'
Tip revision: 5ab9dda
.gitignore
# ignore svn externals
.svn
archimedes
m4

# 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