diff options
author | Ray Shan <ray@rayshan.com> | 2013-04-13 23:46:22 -0500 |
---|---|---|
committer | Ray Shan <ray@rayshan.com> | 2013-04-13 23:46:22 -0500 |
commit | 9428df834f107815caab2598ec8bfcc980347a6a (patch) | |
tree | f80dfac7a107e5d32a0a9601ef905405602501af /Python.gitignore | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-9428df834f107815caab2598ec8bfcc980347a6a.tar.gz gitignore-9428df834f107815caab2598ec8bfcc980347a6a.zip |
Comment for .py[cod] files
Commenting the only ignore that isn't commented.
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index ded60678..9ab94bd9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,3 +1,4 @@ +# Byte-compiled / optimized / DLL files *.py[cod] # C extensions |