mirror of https://github.com/citusdata/citus.git
Git ignore LLVM bitcode files. (#2565)
parent
6ca91c1332
commit
eb398580f7
|
@ -25,6 +25,7 @@ win32ver.rc
|
||||||
*.exe
|
*.exe
|
||||||
lib*dll.def
|
lib*dll.def
|
||||||
lib*.pc
|
lib*.pc
|
||||||
|
*.bc
|
||||||
|
|
||||||
# Local excludes in root directory
|
# Local excludes in root directory
|
||||||
/config.log
|
/config.log
|
||||||
|
|
Loading…
Reference in New Issue