diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-11 01:30:13 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-11 01:30:13 -0700 |
| commit | 05ad83f8f08a342042e4cd05abbee733833c40a7 (patch) | |
| tree | e4d130d63c38e0ec4135d1bbbcea0fb90362236b /.gitignore | |
| parent | ca3fb58af2bd3a128ce79e6a9ef1358ca0e6f482 (diff) | |
Don't gitignore itself
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ *.o -.* tags bpeg +.* +!.gitignore |
