diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-16 00:38:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-16 00:38:38 -0700 |
commit | f565666eaffd3d442390bf9491fabcae15d9a08d (patch) | |
tree | cf5083ca21add0d69f849e82bc12cbe2b982292a /.gitignore | |
parent | 7509f69f867b63d5fd7a8304176456a63f00971b (diff) | |
download | geniza-f565666eaffd3d442390bf9491fabcae15d9a08d.tar.gz geniza-f565666eaffd3d442390bf9491fabcae15d9a08d.zip |
gitignore: don't skip dat directories
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 |