2021-09-26 19:51:36 +02:00
|
|
|
# gitginore template for creating Snap packages
|
|
|
|
# website: https://snapcraft.io/
|
|
|
|
|
|
|
|
parts/
|
|
|
|
prime/
|
|
|
|
stage/
|
|
|
|
*.snap
|
|
|
|
|
|
|
|
# Snapcraft global state tracking data(automatically generated)
|
|
|
|
# https://forum.snapcraft.io/t/location-to-save-global-state/768
|
|
|
|
/snap/.snapcraft/
|
|
|
|
|
|
|
|
# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container
|
|
|
|
/*_source.tar.bz2
|
|
|
|
|
2021-05-06 20:45:13 +02:00
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
2021-05-06 23:14:20 +02:00
|
|
|
build
|
2021-05-08 14:56:48 +02:00
|
|
|
bin
|
2021-05-06 23:14:20 +02:00
|
|
|
btop
|
2021-10-05 10:35:06 +02:00
|
|
|
.*/
|
|
|
|
|
|
|
|
|
|
|
|
#do not ignore .github directory
|
|
|
|
!.github
|