diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 19:35:52 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 19:35:52 +0800 |
commit | 9b0c3f98f84897ed8566f9f4950714100fd84571 (patch) | |
tree | f71fed3c1c6e1a4fc3b28c5f7ef96611be3327ce /.gitignore | |
download | fg21sim-9b0c3f98f84897ed8566f9f4950714100fd84571.tar.bz2 |
gh-pages: First commit :)gh-pages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68379df --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# General things to ignore +*~ +*.swp +*.un~ +*_bak +# Emacs tmp files +.#* + +venv/ +build/ +dist/ + +# Python +*.py[cod] +**/__pycache__ +*.egg +*.egg-info/ + +# IPython +**/.ipynb_checkpoints + +# C/C++ +*.o +*.so |