1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-10 10:16:05 +02:00

Add gitignore

Ignores python bytecode files and the build directory created by distutils.
This commit is contained in:
Louis Taylor 2013-08-19 08:50:40 +01:00
parent 16537467f1
commit 6627b06b1d

2
.gitignore vendored Normal file

@ -0,0 +1,2 @@
*.pyc
build