diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,6 @@ !include !include/*.h !unix -!unix/* +!unix/*.c !windows -!windows/* +!windows/*.c |
index : terminal-media-launcher.git | ||
A lightweight Terminal Media Launcher written in C |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 4 |
@@ -6,6 +6,6 @@ !include !include/*.h !unix -!unix/* +!unix/*.c !windows -!windows/* +!windows/*.c |