diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-10-12 22:37:49 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-10-12 22:37:49 +0200 | 
| commit | a2f3b7bc25c659542b20c5b252324cf8477f05a3 (patch) | |
| tree | 3c14ab02495f04ca937072eb976464ea7baadf17 /.gitignore | |
| parent | update dist (diff) | |
| download | adjbacklight-a2f3b7bc25c659542b20c5b252324cf8477f05a3.tar.gz adjbacklight-a2f3b7bc25c659542b20c5b252324cf8477f05a3.tar.bz2 adjbacklight-a2f3b7bc25c659542b20c5b252324cf8477f05a3.tar.xz | |
Rewrite with style (and relicense)8.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 41 | 
1 files changed, 3 insertions, 38 deletions
| @@ -1,41 +1,6 @@ -_/ -bin/ -obj/ -.* -!.git*  *~ -\#*\# -*.swp -*.bak -*.pdf -*.ps -*.dvi -*.info -*.install -*.class -*.out +*\#*  *.o -*.gch +*.out  *.su - -/dist/*/*/* -!/dist/*/*/PKGBUILD -!/dist/*/*/adjbacklight.install -*.gz -*.xz - -/adjbacklight.aux -/adjbacklight.cp -/adjbacklight.cps -/adjbacklight.fn -/adjbacklight.ky -/adjbacklight.log -/adjbacklight.pg -/adjbacklight.toc -/adjbacklight.tp -/adjbacklight.vr -/adjbacklight.op -/adjbacklight.ops -/adjbacklight.pgs -/adjbacklight.vrs - +/adjbacklight | 
