mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
8 Commits
5111860d0d
...
1c34e5f4b5
Author | SHA1 | Date | |
---|---|---|---|
|
1c34e5f4b5 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
e7c290c32e | ||
|
c2bb92954a | ||
|
8a9c45a9ea | ||
|
d22e631cca | ||
|
4f0b7a0694 |
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Ruff stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
15
community/Linux/Debian.gitignore
Normal file
15
community/Linux/Debian.gitignore
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# gitignore template for creating Debian packages
|
||||||
|
# website: https://wiki.debian.org/HowToPackageForDebian
|
||||||
|
|
||||||
|
# It's also strongly recommended to include project specific names in this
|
||||||
|
# gitignore file, as the Debian packaging scripts will create directories for
|
||||||
|
# the packages' content. Just uncomment and modify the line below:
|
||||||
|
#debian/<package_name>/
|
||||||
|
|
||||||
|
debian/autoreconf.*
|
||||||
|
debian/debhelper-build-stamp
|
||||||
|
debian/files
|
||||||
|
debian/tmp/
|
||||||
|
debian/*.debhelper
|
||||||
|
debian/*.log
|
||||||
|
debian/*.substvars
|
Loading…
Reference in New Issue
Block a user