diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 16:43:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 16:43:36 +0200 |
commit | 82571a9f052608484db10ad04fb9d0665e0fafd3 (patch) | |
tree | 03722f1be83de4af925934468707572b40beb327 /.gitignore | |
parent | add rationale to readme (diff) | |
download | sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.gz sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.bz2 sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.xz |
Change license, change style, remove info manual, flat dir hier2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 6 insertions, 17 deletions
@@ -1,20 +1,9 @@ -_/ -/bin/ -/obj/ -\#*\# -.* -!.git* +*\#* *~ -*.bak -*.new -*.swp -*.swo -*.out *.o *.su -*.gch -*.pdf -*.ps -*.dvi -*.info - +*.bash +*.zsh +*.fish +/sleep-until +/clocks.h |