diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-04-04 13:22:18 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-04-04 14:23:00 +0200 |
commit | f0b3d5166ef1255fac880b146875ef46d2599a13 (patch) | |
tree | 61c993cf32dedc1172bcf40cd5207e05a3b032a9 /.gitignore | |
parent | 52b498494534784c77bfa4a93706be40620ebd9a (diff) | |
download | neco-f0b3d5166ef1255fac880b146875ef46d2599a13.tar neco-f0b3d5166ef1255fac880b146875ef46d2599a13.zip |
Reorganize
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -/target -**/*.rs.bk
\ No newline at end of file +target +*.rs.bk |