diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-10 16:33:25 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-12 13:55:46 -0400 |
commit | 1e6668e606b33846b8ff0bfbc459fae3de145e8d (patch) | |
tree | 43a563d8df885e6b475de1898bed831240bb7c2a /.gitignore | |
download | firewatch-1e6668e606b33846b8ff0bfbc459fae3de145e8d.tar.gz |
Initial commit0.0.1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b302c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +RELIC-INFO +relic/ +*/version.py + +build/ +dist/ +*.pyc +*.o +*.so +*.egg-info +*.swp +*.json* |