comparison: .gitignore
.gitignore
- changeset 203
- e7a6a5f6caca
equal
deleted
inserted
replaced
| |
1 *.pyc |
| |
2 *.py~ |
| |
3 *.rst~ |
| |
4 readme.md~ |
| |
5 *.orig |
| |
6 .idea/* |
| |
7 atmospheric_lidar\.egg-info/ |
| |
8 *.nc |
| |
9 build/* |
| |
10 dist/* |
| |
11 docs/_build/html/* |
| |
12 docs/_build/doctrees/* |