Skip to content

Commit

Permalink
Starting MOOSE project - adding license, copyright and export control
Browse files Browse the repository at this point in the history
  • Loading branch information
permcody committed Feb 14, 2014
0 parents commit 6724fe2
Show file tree
Hide file tree
Showing 5 changed files with 1,243 additions and 0 deletions.
152 changes: 152 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
.libs
*.la
*.lo
*.d
*.o
*.a
*-opt
*-dbg
*-oprof
*.e
*.nav
*.log
*.aux
*.toc
*.snm
*.csv
*.dylib
*.so
*.gitignore*
*.vrb
*.jou
*.pyc
*.mod
*.e.*
*.e-s*
*.cfg
*.lbd.*
*.nem
*.spd
*.pex
*.pdf
*.plist*
*.bbl
*.blg
*.spl
*.idx
traceout*.txt
*.xda
*.xda.*
*.xdr
*.xdr.*
*.mps
*.msmp
*.msmp-*
*.muds
# Latex garbage
*.lot
*.lof
*.poly
*.mpx
*.btr
*.xml
*.gmv
*.plt
*.slh
*.eps
*.dat
*.gp
*.plugin
*.outp
*.patch
*.txt
*.bib.bak
*.out
.depend

# Allow .e files in gold directories (7 levels)
!/gold/*.e
!/*/gold/*.e
!/*/*/gold/*.e
!/*/*/*/gold/*.e
!/*/*/*/*/gold/*.e
!/*/*/*/*/*/gold/*.e
!/*/*/*/*/*/*/gold/*.e
!/*/*/*/*/*/*/*/gold/*.e


# Allow .csv files in gold directories (7 levels)
!/gold/*.csv
!/*/gold/*.csv
!/*/*/gold/*.csv
!/*/*/*/gold/*.csv
!/*/*/*/*/gold/*.csv
!/*/*/*/*/*/gold/*.csv
!/*/*/*/*/*/*/gold/*.csv
!/*/*/*/*/*/*/*/gold/*.csv

peacock_run_tmp.i
yaml_dump*

# Generated header file
HerdRevision.h

# Precompiled headers
moose/include/base/Precompiled.h.gch

# test garbagge
*.FAILED.txt

# eclipse garbage
.project
.cproject
.metadata
.settings
.pydevproject

# vim garbage
*~
.*.swp
.*.swo

moose/contrib/exodiff/exodiff

# Mac garbage
.DS_Store
*.dSYM

# Unit testing stuff
moose_unit/test_results.xml

# gcov code coverage files
*.gcno
*.gcda
*.gcov

# paraview state files
*.pvsm

#Peacock generated files
peacock_*.i
peacock_*.e

# On linux, shared libs end in .0 sometimes
libpcre-opt*
libpcre-dbg*
libmoose-opt*
libmoose-dbg*

#doxygen generated
*/doc/doxygen/html/*
moose/doc/doxygen/html/*

# Restartable Data
*.rd
*.rd-*

# Checkpoint Files
*.cpa
*.cpr
*.cpa-*
*.cpr-*

Loading

0 comments on commit 6724fe2

Please sign in to comment.