diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-28 11:53:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-28 11:53:16 +0100 |
commit | e163bb76a994432d347a42ed5a890d1b53e95756 (patch) | |
tree | d86db4392814edf94c7d3086d0e8eb299086fe75 | |
download | xtest-e163bb76a994432d347a42ed5a890d1b53e95756.tar.gz xtest-e163bb76a994432d347a42ed5a890d1b53e95756.tar.bz2 xtest-e163bb76a994432d347a42ed5a890d1b53e95756.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b874c5a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +\#*\# +.\#* +*~ +*.bak +*.swo +*.swp +*.orig +*.o +xtest |