diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-01 23:39:01 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-01 23:39:01 +0200 | 
| commit | c120520578692ee2448ba057e470ac580fc01de8 (patch) | |
| tree | e1a89a37ff4abe4578edd50c5eff6411cdad3a9b /.gitignore | |
| download | libterminput-c120520578692ee2448ba057e470ac580fc01de8.tar.gz libterminput-c120520578692ee2448ba057e470ac580fc01de8.tar.bz2 libterminput-c120520578692ee2448ba057e470ac580fc01de8.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e41cec2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*~ +*\#* +*.a +*.o +*.so +*.su +*.out +/test +/interactive-test | 
