diff options
author | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2019-09-06 13:43:35 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2019-09-06 13:56:47 +0000 |
commit | 6b7297545b71fda63aff0a74e680660e8c22222b (patch) | |
tree | 44fe479e65b52d7404a402fd7f9c2f1ad3a88e6f /.gitignore | |
parent | 55acfbfb3bb76454a462fc3ae72de251871e8c41 (diff) | |
download | peeringdb-simplesync-6b7297545b71fda63aff0a74e680660e8c22222b.tar.gz peeringdb-simplesync-6b7297545b71fda63aff0a74e680660e8c22222b.tar.xz peeringdb-simplesync-6b7297545b71fda63aff0a74e680660e8c22222b.zip |
initial commit
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b3f4a98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +.*.sw? +config.py |