bbad2cb655
update .gitignore to include files that are normally created when working and building inside the git repo Sigend-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
23 lines
251 B
Text
23 lines
251 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
|
|
cscope.*
|
|
|
|
# Failsafes
|
|
!.gitignore
|