diff options
author | merakor <cem@ckyln.com> | 2020-07-23 08:31:31 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-23 08:31:31 +0000 |
commit | ca472fb8e9384951bc16b18ecf7f50da86edb9b2 (patch) | |
tree | f026dd27d02a7dc596d27c36ca64ef43ad2c65d3 /.gitignore | |
parent | c4c676ecef28f9b7bc95eeadd62795bb5dca6420 (diff) | |
download | cpt-ca472fb8e9384951bc16b18ecf7f50da86edb9b2.tar.gz |
gitignore: update
FossilOrigin-Name: c5f7e19418548f4479d2abe5ab5218e05f1b73c030420e028621121aeabac497
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,2 +1,16 @@ +### Binaries/Objects ### kiss-stat kiss-readlink +*.o + +### Emacs ### +\#*\# +*~ +.\#* + +### Vim ### +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p]
\ No newline at end of file |