Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify gitignore #888

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 40 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,11 @@ doc/ctdeploy_key
*.exe.manifest
build/
test/work/
test_problems/ChemEquil_ionizedGas/ChemEquil_ionizedGas
test_problems/cathermo/testWaterPDSS/WaterPDSS
test_problems/cathermo/testWaterTP/WaterSSTP
test_problems/cxx_ex/cxx_ex
test_problems/diamondSurf/diamondSurf
test_problems/pureFluidTest/pureFluid
test_problems/rankine_democxx/rankine_democxx
test_problems/surfkin/surfkin
interfaces/cython/cantera/_cantera.h
include/cantera/base/config.h
include/cantera/base/config.h.build
include/cantera/base/system.h.gch
include/cantera/ext/
interfaces/matlab/ctpath.m
interfaces/matlab/Contents.m
stage/
.sconsign.dblite
.sconf_temp
Expand All @@ -50,11 +40,43 @@ config.log
*.gch
coverage/
coverage.info
doc/sphinx/matlab/data.rst
doc/sphinx/matlab/importing.rst
doc/sphinx/matlab/kinetics.rst
doc/sphinx/matlab/one-dim.rst
doc/sphinx/matlab/thermodynamics.rst
doc/sphinx/matlab/transport.rst
doc/sphinx/matlab/utilities.rst
doc/sphinx/matlab/zero-dim.rst

# MATLAB
src/matlab/*.m
doc/sphinx/matlab/*.rst
!doc/sphinx/matlab/index.rst
interfaces/matlab/ctpath.m
interfaces/matlab/Contents.m

# test_problems folder
test_problems/
!test_problems/*.c
!test_problems/*.cpp
!test_problems/*.cti
!test_problems/*.xml
!test_problems/*blessed.*
!test_problems/SConscript
!test_problems/README*

# interfaces folder
interfaces/**/dist
interfaces/**/setup*.py
interfaces/**/*.egg-info
interfaces/**/scripts/

# cython folder
interfaces/cython/cantera/*.c
interfaces/cython/cantera/*.cpp
interfaces/cython/cantera/**/*.cti
interfaces/cython/cantera/**/*.xml
interfaces/cython/cantera/**/*.inp
interfaces/cython/cantera/**/*.dat
interfaces/cython/cantera/**/*.csv
interfaces/cython/cantera/**/*.yaml
interfaces/cython/cantera/**/*.yml
interfaces/cython/cantera/test/data/test_subdir

# python_minimal folder
interfaces/python_minimal/build
interfaces/python_minimal/cantera/*.py
!interfaces/python_minimal/cantera/__init__.py
11 changes: 0 additions & 11 deletions interfaces/cython/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions interfaces/python_minimal/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion src/matlab/.gitignore

This file was deleted.

79 changes: 0 additions & 79 deletions test_problems/.gitignore

This file was deleted.