diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ .aspell.en.prepl -*.[ao] -*.so man/*.bak +src/* +!src/*.[ch] +!src/Tupfile |
| index : liblux | ||
| A minimal C library for working with the brightness of displays | Thomas Voss |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,4 +1,5 @@ .aspell.en.prepl -*.[ao] -*.so man/*.bak +src/* +!src/*.[ch] +!src/Tupfile |