diff options
| author | Scott Bahling <sbahling@suse.de> | 2015-02-23 12:34:32 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2015-02-23 12:34:32 +0100 |
| commit | d4bdc1c110eaa0f0bd5702c01613a43de326757e (patch) | |
| tree | b93c95480852f6961f2d368cf6a6ac56426c93f2 /.gitignore | |
| download | obsapi-d4bdc1c110eaa0f0bd5702c01613a43de326757e.tar.gz obsapi-d4bdc1c110eaa0f0bd5702c01613a43de326757e.tar.xz obsapi-d4bdc1c110eaa0f0bd5702c01613a43de326757e.zip | |
Initialobsapi-0.0.1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdb3ecd --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# application builds +build/* +dist/* +*.egg-info/* +MANIFEST + +# python skin +*.pyc +*.pyo + +# osx noise +.DS_Store +profile + +# pycharm noise +.idea +.idea/* + +# vi noise +*.swp +docs/_build/* |
