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>
24 lines
257 B
Text
24 lines
257 B
Text
# 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
|