diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 21:21:50 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 21:21:50 +0100 |
commit | 3c46a94070c534c118a528be5271a54c775ec77e (patch) | |
tree | cef20f796ba84f69ecb01ab3431e1adc239a5826 /.gitignore | |
download | libclut-3c46a94070c534c118a528be5271a54c775ec77e.tar.gz libclut-3c46a94070c534c118a528be5271a54c775ec77e.tar.bz2 libclut-3c46a94070c534c118a528be5271a54c775ec77e.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..892d3ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +_/ +/bin/ +/aux/ +/obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.new +*.swo +*.swp +*.out +*.o +*.su +*.gch +*.info +*.pdf +*.ps +*.dvi +/config.status +/Makefile + |