mirror of
https://github.com/QuasarApp/fork-and-rename-me.git
synced 2025-05-11 20:49:33 +00:00
Improve Git tracking ignore rules
This patch brings several improvements to the Git ignore rules: * Be more strict ignoring the special folders so that it won't match other things. * Adds rules specific to `snapcraft cleanbuild` * Cosmetic fixes Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
parent
b471a2660e
commit
891d324366
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,8 +1,11 @@
|
||||
#snapcraft specifics
|
||||
parts
|
||||
stage
|
||||
prime
|
||||
/parts/
|
||||
/stage/
|
||||
/prime/
|
||||
|
||||
*.snap
|
||||
|
||||
.snapcraft
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyc
|
||||
*_source.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user