c094ca9662
Signed-off-by: Jason Zaman <jason@perfinion.com>
27 lines
277 B
Text
27 lines
277 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
|
|
*.pyo
|
|
cscope.*
|
|
.#*
|
|
\#*
|
|
.*.swp
|
|
# Failsafes
|
|
!.gitignore
|