diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-17 01:31:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-17 01:31:32 +0100 |
commit | 20315d4b2cb87f56f994e09db9bda41c1fceb9a5 (patch) | |
tree | c3752e0c588065d2e921491ff23bda5b93692e83 /.gitignore | |
download | vtchs-20315d4b2cb87f56f994e09db9bda41c1fceb9a5.tar.gz vtchs-20315d4b2cb87f56f994e09db9bda41c1fceb9a5.tar.bz2 vtchs-20315d4b2cb87f56f994e09db9bda41c1fceb9a5.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c9c9fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +_/ +/bin/ +/obj/ +/aux/ +\#*\# +.* +!.git* +*~ +*.swo +*.swp +*.bak +*.new +*.out +*.o +*.su +*.gch + |