mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-03-12 12:35:25 -07:00
This patches uses the following gitignore syntax so that only entries in the root folder is ignored, it is suggested to apply it to existing rules as well. ``` A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". ``` Refer-to: gitignore(5) manpage Signed-off-by: 林博仁(Buo-Ren Lin) <Buo.Ren.Lin@gmail.com>
23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
# Created by https://www.gitignore.io
|
|
|
|
### Haskell ###
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
.virtualenv
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
.stack-work
|
|
|
|
### Snap ###
|
|
/snap/.snapcraft/
|
|
/stage/
|
|
/parts/
|
|
/prime/
|
|
*.snap
|