edits
[iotcloud.git] / PyORAM / .gitignore
1 # Emacs
2 *~
3 **/\#*
4
5 # Python
6 *.py[cod]
7
8 # C extensions
9 *.so
10
11 # Setuptools distribution folder.
12 /dist/
13 /build/
14
15 # Python egg metadata, regenerated from source files by setuptools.
16 *.egg-info
17 *.egg
18 *.eggs
19
20 # nose
21 .coverage
22 coverage.xml