diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2014-03-01 20:05:21 +0200 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2014-03-01 20:05:21 +0200 |
commit | ba2bf12f69fbfbe93a9a0798d881f4a74852343b (patch) | |
tree | f15d591691f2d88506c057fed97c77697326d292 /.gitignore | |
parent | filter output with seed files only (diff) | |
download | gentoo-keys-ba2bf12f69fbfbe93a9a0798d881f4a74852343b.tar.gz gentoo-keys-ba2bf12f69fbfbe93a9a0798d881f4a74852343b.tar.bz2 gentoo-keys-ba2bf12f69fbfbe93a9a0798d881f4a74852343b.zip |
ignore .py[co] extensions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..539da74 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.py[co] |