diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 14:37:37 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 14:37:37 +0200 |
commit | bbc9a21e94f53cc1e9916db4b8ac6a0ee600da3a (patch) | |
tree | a3e49733c0ebf93803d0bddf3f1de655a32aa42d /.gitignore | |
parent | f06f32849f1e2c72dc73287c73361174c07ed29e (diff) |
Bash: fixing scripts after directory rework
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 57b2b70b0a..afbffbff61 100644 --- a/.gitignore +++ b/.gitignore @@ -4,15 +4,13 @@ conf/* !conf/*.dist +env/dist/* +env/user/* modules/* - -!modules/drassil -modules/drassil/joiner -!modules/hw-core -!modules/acore -!modules/worldengine - build*/ +var/build/* + +!.gitkeep # #Generic |