mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Create minimum buildable Polymer module for OPM.
This commit is contained in:
33
.hgignore
Normal file
33
.hgignore
Normal file
@@ -0,0 +1,33 @@
|
||||
syntax: glob
|
||||
|
||||
*~
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
*.pc
|
||||
stamp-*
|
||||
.dirstamp
|
||||
|
||||
Makefile
|
||||
Makefile.in
|
||||
Doxyfile
|
||||
Doxyfile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.*
|
||||
configure
|
||||
compile
|
||||
depcomp
|
||||
dependencies.m4
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
m4/lt*.m4
|
||||
missing
|
||||
|
||||
# Ignoring executables
|
||||
*_test
|
||||
examples/hello
|
||||
Reference in New Issue
Block a user