diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83f4c51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +target/ +**/*.rs.bk +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore dat/sleep files for this repo in particular +!.dat + +# Don't ignore this file itself +!.gitignore |