diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 16:27:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 16:27:12 +0100 |
commit | c939eac68772f15447c9e159bdc82590b7084240 (patch) | |
tree | 9462351b62c9b047bf0812e780bb7059f9252d63 /.gitignore | |
download | sat-c939eac68772f15447c9e159bdc82590b7084240.tar.gz sat-c939eac68772f15447c9e159bdc82590b7084240.tar.bz2 sat-c939eac68772f15447c9e159bdc82590b7084240.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c697474 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +_/ +/bin/ +/obj/ +/aux/ +\#*\# +.* +!.git* +*~ +*.swo +*.swp +*.bak +*.new +*.info +*.pdf +*.ps +*.out +*.o +*.gch +*.su + |