mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-11-30 15:00:22 +00:00
9df5601b60
add .pyc and the new unpackage to git ignore Signed-off-by: Dan Walsh <dwalsh@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com>
25 lines
257 B
Plaintext
25 lines
257 B
Plaintext
# Note: use "git ls-files -i --exclude-standard" to make sure
|
|
# no tracked files are ignored as a result of any changes.
|
|
|
|
# Object files
|
|
*.o
|
|
*.lo
|
|
*.so
|
|
*.so.[0-9]
|
|
*.a
|
|
*.s
|
|
*.mo
|
|
*.pc
|
|
|
|
# Misc
|
|
*.patch
|
|
*.gz
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.pyc
|
|
cscope.*
|
|
|
|
# Failsafes
|
|
!.gitignore
|