summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSashi202019-08-27 17:21:45 +0530
committerGitHub2019-08-27 17:21:45 +0530
commitd0ff5d11f935ba5217c1be6357d44891b6e22b3c (patch)
treee36b41197c660d929ce284150eb48f8111107f41 /.gitignore
parent46c8dee1d41462c4a00989b91d555faf6e422632 (diff)
parent8dd2b6becdc02423db0be289bfe6396c9db93cc6 (diff)
downloadSciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.gz
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.bz2
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.zip
Merge pull request #2 from Sashi20/development
Modify gitignore and replace bower components folder in bootstrap
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore106
1 files changed, 1 insertions, 105 deletions
diff --git a/.gitignore b/.gitignore
index b89167c..b8de7b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,108 +1,3 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-MANIFEST
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-.hypothesis/
-.pytest_cache/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-db.sqlite3
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# pyenv
-.python-version
-
-# celery beat schedule file
-celerybeat-schedule
-
-# SageMath parsed files
-*.sage.py
-
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
@@ -118,3 +13,4 @@ venv.bak/
tmp/
static/log/
static/tmp/
+Scipy2019/config.py \ No newline at end of file